##// END OF EJS Templates
pylint: split command line argument on multiple lines...
Boris Feld -
r35645:882998f0 default
parent child Browse files
Show More
@@ -11,7 +11,8 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 --reports=no \
14 > --enable=W0102 \
15 > --reports=no \
15 > --ignore=thirdparty \
16 > --ignore=thirdparty \
16 > mercurial hgdemandimport hgext hgext3rd
17 > mercurial hgdemandimport hgext hgext3rd
17 (?)
18 (?)
General Comments 0
You need to be logged in to leave comments. Login now