-
Notifications
You must be signed in to change notification settings - Fork 51
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
Excluding tests directory from check #225
Comments
Thanks for the issue! Could I clarify what you're expecting to happen? E.g. are you expecting the I'm guessing it's the first one - possibly the setting you're looking for is |
I would expect second - not checking excluded directories at all, because it probably will be too many imports to add to |
Ignored imports supports wildcards, so you would probably be able to achieve it with just a single line in your contract. |
Yep, might be it will be enough, but I think it will ignore for all package's code, not for tests only. |
Although it might be possible to configure it separately for tests' dir, will need to try. |
Hi! Thank you for cool project!
I am thinking about excluding test's directory from check because, at least on first steps, it's not that critical, tried to configure it in pre-commit hook
but seems it doesn't work and probably it's expected as the tool is not file-based, is it possible to do now or, if not, do you have plans to implement something like that?
The text was updated successfully, but these errors were encountered: