summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-25 15:40:38 -0700
committerGary E. Miller <gem@rellim.com>2018-09-25 15:40:38 -0700
commitff5015cfbfee9f3e4fcdd3f9cbdfaf739e154195 (patch)
treeff564dd23ecc540d5d5702c653f44bab8ccb0e4c
parent7f77a6ee8181d2dad323844a6119d9af7fe4f6c9 (diff)
downloadgpsd-ff5015cfbfee9f3e4fcdd3f9cbdfaf739e154195.tar.gz
SConstruct: Shutup more dumb pylint messages.
-rw-r--r--SConstruct5
1 files changed, 3 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 94457ff1..2e5572b9 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1876,8 +1876,9 @@ if len(python_progs) > 0:
['''pylint --rcfile=/dev/null --dummy-variables-rgx='^_' '''
'''--msg-template='''
'''"{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" '''
- '''--reports=n --disable=F0001,C0103,C0111,C1001,C0301,C0302,'''
- '''C0322,C0324,C0323,C0321,C0330,C0411,C0413,R0201,R0204,R0801,'''
+ '''--reports=n --disable=F0001,C0103,C0111,C1001,C0301,C0122,C0302,'''
+ '''C0322,C0324,C0323,C0321,C0330,C0411,C0413,E1136,R0201,R0204,'''
+ '''R0801,'''
'''R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,W0110,W0201,'''
'''W0121,W0123,W0231,W0232,W0234,W0401,W0403,W0141,W0142,W0603,'''
'''W0614,W0640,W0621,W1504,E0602,E0611,E1101,E1102,E1103,E1123,'''