summaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2017-03-06 12:38:45 -0500
committerGitHub <noreply@github.com>2017-03-06 12:38:45 -0500
commitc84081d84d39420d56d88d37d0e93e7cb473c430 (patch)
tree7c87947fe6da4131fe49da44a2da8bafdb46b3ca /.pylintrc
parent6a002fb9641d2631038bba8d80e5467f312fa0db (diff)
parent62bfa9e44dca53d8dada6aa79f9c1482e31c4deb (diff)
downloadopenshift-c84081d84d39420d56d88d37d0e93e7cb473c430.tar.gz
openshift-c84081d84d39420d56d88d37d0e93e7cb473c430.tar.bz2
openshift-c84081d84d39420d56d88d37d0e93e7cb473c430.tar.xz
openshift-c84081d84d39420d56d88d37d0e93e7cb473c430.zip
Merge pull request #3566 from detiber/testConfigs
separate out test tool configs from setup.cfg
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index fd6c6d0bd..e85987de3 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -60,7 +60,7 @@ confidence=
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
-#disable=
+disable=fixme,locally-disabled,file-ignored,duplicate-code
[REPORTS]