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

sol check: ignore the shasum of some files #3

Open
kyrios123 opened this issue May 20, 2017 · 1 comment
Open

sol check: ignore the shasum of some files #3

kyrios123 opened this issue May 20, 2017 · 1 comment

Comments

@kyrios123
Copy link

Some people are worried to see "broken" packages that are actually just fine when they run eopkg check
This is for example the case of all the python packages for which the interpreter compiles the source to bytecode.

I don't think you'll really like it, but what about implementing a hack in sol to ignore the sha256sum of some file types like the .pyc and .pyo, especially if their parent directory is __pycache__ ?

Of course there should be an option to ignore this hack; something like sol check --force-check-all

@ikeydoherty
Copy link
Member

We can probably just make it so those files aren't considered by the check mechanism tbh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants