diff options
author | James Ennis <james.ennis@codethink.com> | 2018-02-20 17:19:39 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2018-03-14 17:31:06 +0000 |
commit | 16ff3374b78b77553f8b01454c1deed8627817cd (patch) | |
tree | 3e049753f9fead24ede86e099d898907632fa21f /.pylintrc | |
parent | ccec158ab92d7fefdac96599a0c059b8bf8ef741 (diff) | |
download | buildstream-16ff3374b78b77553f8b01454c1deed8627817cd.tar.gz |
pylint - dealt with whitespace issues and disabled pep8 warnings
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |