-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add support for excluding south migrations #12
Comments
Hi @nijel - this should already be happening, and I can't reproduce the problem with the current master branch. However I have made several changes to the ignoring code recently so probably I have accidentally fixed the issue. Is the repository you're using publicly available? If not, could you try using the current master branch and see if you still have this issue? Thanks! |
The code is hosted at github - https://github.com/nijel/weblate |
Great thanks, I'll take a look. Actually I think I just found the problem, it was not showing up for me due to a different bug! |
…django (previously this only worked for pylint)
While using South and it's generated migrations, you'll get lot of automatically generated code with poor PEP-8 compliance, so it would be great to ignore them.
It could probably be done automatically once using Django (ignore
*/migrations/*.py
) or providing some generic way to define files to be skipped from checking.The text was updated successfully, but these errors were encountered: