-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
pylint.rc file parsing #828
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
Comments
I'm not sure I understand, we have no comma after duplicate-code in our pylint.rc file or it's just that we don't parse files with no comma after the last element followed by a comment? |
It's |
This should be fixed now in the master. Unfortunately, I didn't backport it to 1.5.X, since I'm not sure yet what side effects this might introduce in a bug fix release. Let me know if it works for you. |
It works for me. Thanks! |
This fixes a problem we were having with comments inside values, which is fixed in Python 3's configparser. Close #828
I am not sure if it's serious enough, but in this case duplicate code check is not disabled (Python 2, Python 3 works fine):
In this case it is disabled:
Notice extra comma after
duplicate-code
.The text was updated successfully, but these errors were encountered: