Ignore invalid-name errors for settings files
path.py objects report themselves as class objects, which confuses the heck out of pylint. It tries to match variable names using the class-rgx regular expression instead of the constant-rgx regular expression, and it doesn't match, so it throws an error. Not sure how to fix pylint, so we'll just ignore these errors.
Showing
- cms/envs/aws.py 5 additions, 0 deletionscms/envs/aws.py
- cms/envs/bok_choy.py 5 additions, 0 deletionscms/envs/bok_choy.py
- cms/envs/common.py 5 additions, 0 deletionscms/envs/common.py
- cms/envs/test.py 5 additions, 0 deletionscms/envs/test.py
- lms/envs/aws.py 5 additions, 0 deletionslms/envs/aws.py
- lms/envs/bok_choy.py 5 additions, 0 deletionslms/envs/bok_choy.py
- lms/envs/cms/microsite_test.py 5 additions, 0 deletionslms/envs/cms/microsite_test.py
- lms/envs/common.py 5 additions, 0 deletionslms/envs/common.py
- lms/envs/dev.py 5 additions, 0 deletionslms/envs/dev.py
- lms/envs/test.py 5 additions, 0 deletionslms/envs/test.py
Loading
Please register or sign in to comment