aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-01-22 15:34:35 +0100
committerGuido Günther <agx@sigxcpu.org>2011-01-22 15:34:35 +0100
commitd0826367f95d1d0826d5660999276d88fb2f59b5 (patch)
treef91ffa188add61c6e2cb08419284092b0e632111
parentd36077c1ff76113d6898c6ef1502c2e53f7318c6 (diff)
pychecker: bump maxargs to 12 for commit_dir
Git-Dch: Ignore
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 63c60c46..034367a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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