diff options
author | milloni <milloni@milloni.org> | 2018-05-06 23:04:43 +0100 |
---|---|---|
committer | milloni <milloni@milloni.org> | 2018-05-06 23:14:43 +0100 |
commit | ae6fe2c926ba95dba73803fb6f880df31d101cd7 (patch) | |
tree | 856c3c94c8e4da85fcd5d7981cc6839e5b389ec9 | |
parent | 745d0647729dd31f07acc5829fd3364615673bc5 (diff) | |
download | buildstream-ae6fe2c926ba95dba73803fb6f880df31d101cd7.tar.gz |
.pylintrc: Ignore warnings about statements
-rw-r--r-- | .pylintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ disable=##################################### too-many-statements, too-many-return-statements, too-many-ancestors, + global-statement, ####################################################### # Messages that we would like to enable at some point # |