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 |
|
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