summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-02-20 17:19:39 +0000
committerJames Ennis <james.ennis@codethink.com>2018-03-14 17:31:06 +0000
commit16ff3374b78b77553f8b01454c1deed8627817cd (patch)
tree3e049753f9fead24ede86e099d898907632fa21f /.pylintrc
parentccec158ab92d7fefdac96599a0c059b8bf8ef741 (diff)
downloadbuildstream-16ff3374b78b77553f8b01454c1deed8627817cd.tar.gz
pylint - dealt with whitespace issues and disabled pep8 warnings
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.pylintrc b/.pylintrc
index 69888d251..3a9348709 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -116,8 +116,6 @@ disable=#####################################
cyclic-import,
- bad-whitespace
-
# 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 (only on the command line, not in the configuration file where