summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-24 18:07:13 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-24 18:07:13 -0500
commitcaba8412a07edd4cd37e8407d9da315824f2d8f4 (patch)
tree3c7040eac38c1cef3cfd0c17614fde141201eb53 /SConstruct
parent0672e13367c4347a7a13577b460d042b232be5c1 (diff)
downloadgpsd-caba8412a07edd4cd37e8407d9da315824f2d8f4.tar.gz
pylint found a minor error in the factoring of the Python library classes.
All regression tests pass. PPS is live.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 3ca82a5e..a1e44a07 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1441,7 +1441,7 @@ Utility("scan-build", ["gpsd.h", "packet_names.h"],
# Sanity-check Python code.
pylint = Utility("pylint", ["jsongen.py", "maskaudit.py", python_built_extensions],
- ['''pylint --output-format=parseable --reports=n --include-ids=y --disable=F0001,C0103,C0111,C0301,C0302,C0322,C0324,C0323,C0321,R0201,R0801,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,R0924,W0201,W0401,W0403,W0141,W0142,W0603,W0614,W0621,E1101,E1102,F0401 jsongen.py leapsecond.py maskaudit.py gpsprof.py gpscat.py gpsfake.py gegps.py gps/*.py xgps'''])
+ ['''pylint --output-format=parseable --reports=n --include-ids=y --disable=F0001,C0103,C0111,C0301,C0302,C0322,C0324,C0323,C0321,R0201,R0801,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,R0924,W0201,W0232,W0401,W0403,W0141,W0142,W0603,W0614,W0621,E1101,E1102,F0401 jsongen.py leapsecond.py maskaudit.py gpsprof.py gpscat.py gpsfake.py gegps.py gps/*.py xgps'''])
# Check the documentation for bogons, too
Utility("xmllint", glob.glob("*.xml"),