We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
If I use full path (ignore=models/migrations/) in ignore option in my .pylintrc it doesn't work.
The text was updated successfully, but these errors were encountered:
Can you give me a few more details about your folder structure so I can reproduce locally? Thanks!
Sorry, something went wrong.
./.pylintrc ./foo ./foo/__init__.py ./bar ./bar/__init__.py ./bar/foo ./bar/foo/__init__.py
I'm looking for a way to ignore the foo but not the bar/foo.
No branches or pull requests
Hi!
If I use full path (ignore=models/migrations/) in ignore option in my .pylintrc it doesn't work.
The text was updated successfully, but these errors were encountered: