diff options
author | James Ennis <james.ennis@codethink.com> | 2018-02-14 14:59:47 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2018-03-14 14:10:26 +0000 |
commit | cdd17bf32dc579cf64161c301c6017f6d82e62d8 (patch) | |
tree | 2b8a11003887ca297a9117641243a48a1ab8863b /.pylintrc | |
parent | 1ec691c7603a179ad835db237da89a7d9bd24d25 (diff) | |
download | buildstream-cdd17bf32dc579cf64161c301c6017f6d82e62d8.tar.gz |
pylint - dealt with broad-except and bare-except warnings
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -112,8 +112,6 @@ disable=##################################### # Messages that report warnings which should be addressed # ########################################################### - bare-except, - broad-except, consider-merging-isinstance, dangerous-default-value, global-statement, |