summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-05-22 08:56:46 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-05-22 09:26:18 +0200
commit6b0003da63d30d0f345f24380c340b064713597f (patch)
tree47fce11a3b686129d09e08df4f2deb6fc762a5e6 /pylintrc
parentf9e99fd5f3acaf2d836c7a3456f7538611cd4167 (diff)
downloadpylint-git-6b0003da63d30d0f345f24380c340b064713597f.tar.gz
Fix a bunch of linting errors from the codebase
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/pylintrc b/pylintrc
index 112277e0a..3475fb767 100644
--- a/pylintrc
+++ b/pylintrc
@@ -40,7 +40,7 @@ confidence=
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
# multiple time. See also the "--disable" option for examples.
-#enable=
+enable=use-symbolic-message-instead,useless-supression,fixme
# Disable the message, report, category or checker with the given id(s). You
# can either give multiple identifiers separated by comma (,) or put this
@@ -55,7 +55,6 @@ confidence=
disable=
attribute-defined-outside-init,
duplicate-code,
- fixme,
invalid-name,
missing-docstring,
protected-access,