##// END OF EJS Templates
pylint: add a check for multiple statement on a single line...
Boris Feld -
r35648:6061e54f default
parent child Browse files
Show More
@@ -11,7 +11,7 b' Current checks:'
11
11
12 $ touch $TESTTMP/fakerc
12 $ touch $TESTTMP/fakerc
13 $ pylint --rcfile=$TESTTMP/fakerc --disable=all \
13 $ pylint --rcfile=$TESTTMP/fakerc --disable=all \
14 > --enable=W0102 \
14 > --enable=W0102,C0321 \
15 > --reports=no \
15 > --reports=no \
16 > --ignore=thirdparty \
16 > --ignore=thirdparty \
17 > mercurial hgdemandimport hgext hgext3rd
17 > mercurial hgdemandimport hgext hgext3rd
General Comments 0
You need to be logged in to leave comments. Login now