Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linter checker to make sure that we don't have binary files (jpg,png,exe, zip.. etc) in the source #245

Open
chevah-robot opened this issue Jul 10, 2017 · 0 comments

Comments

@chevah-robot
Copy link

T4214 task was created by hcs on 2017-07-10 12:02:20Z.
Last changed on 2020-06-06 09:16:03Z.

Link: https://github.com/chevah/server/pull/1217#discussion_r126278102

this command is useful .... but for the long run we might need a linter checker to make sure that we don't have binary files (jpg,png,exe, zip.. etc) in the source

this can be a task for happy hacking

the github integration with git-lfs is great, but is hard to tell which file is in the repo and which is in lfs... so +1 for needing a linter

All binary files should go to git-lfs

Scame should run something like this to detect any diff with "Bin" files

$ git diff --stat HEAD~  | grep Bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant