Files
edx-platform/pylintrc_tweaks
2016-01-27 13:41:27 -05:00

10 lines
288 B
Plaintext

# pylintrc tweaks for use with edx_lint.
[MASTER]
ignore+ = ,.git,migrations,node_modules,.pycharm_helpers
[BASIC]
attr-rgx = [a-z_][a-z0-9_]{2,40}$
argument-rgx = [a-z_][a-z0-9_]{2,40}$
variable-rgx = [a-z_][a-z0-9_]{2,40}$
class-attribute-rgx = ([A-Za-z_][A-Za-z0-9_]{2,40}|(__.*__))$