pychecker: bump maxargs to 12 for commit_dir
authorGuido Günther <agx@sigxcpu.org>
Sat, 22 Jan 2011 14:34:35 +0000 (15:34 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sat, 22 Jan 2011 14:34:35 +0000 (15:34 +0100)
Git-Dch: Ignore

debian/rules

index 63c60c4..034367a 100755 (executable)
@@ -29,7 +29,7 @@ POD_MANPAGES=docs/git-pbuilder.1
 MANPAGES=$(SGML_MANPAGES) $(POD_MANPAGES)
 MANUAL=docs/manual-html
 PYCHECKS=$(patsubst %,%.py,$(COMMANDS))
-PYCHECKER_ARGS=--maxlines=300 -boptparse --no-override --no-shadowbuiltin
+PYCHECKER_ARGS=--maxlines=300 --maxargs=12 -boptparse --no-override --no-shadowbuiltin
 GBP_VERSION=gbp/gbp_version.py
 VERSION_ENT=docs/version.ent