From 47aebb16f15fe6f8ce29d8c6b105f10d8d64c295 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 24 Sep 2012 14:12:07 -0400 Subject: more pylint checks --- testsuite/pylintrc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/pylintrc.conf') diff --git a/testsuite/pylintrc.conf b/testsuite/pylintrc.conf index 014a94de5..2c56a3e81 100644 --- a/testsuite/pylintrc.conf +++ b/testsuite/pylintrc.conf @@ -169,14 +169,14 @@ variable-rgx=[a-z_][a-z0-9_]{2,30}$ inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$ # Good variable names which should always be accepted, separated by a comma -good-names=_,rv,el,fd,ca +good-names=_,rv,el,fd,ca,re # Bad variable names which should always be refused, separated by a comma bad-names=foo,bar,baz,toto,tutu,tata # Regular expression which should only match functions or classes name which do # not require a docstring -no-docstring-rgx=__.*__ +no-docstring-rgx=__.*__|main [IMPORTS] -- cgit v1.2.3-1-g7c22