tests/test-check-pylint.t
changeset 34395 41401f502c83
parent 32421 778dc37ce683
child 35627 882998f08c3c
equal deleted inserted replaced
34394:dbf83230e8be 34395:41401f502c83
    10 - W0102: no mutable default argument
    10 - W0102: no mutable default argument
    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 --reports=no \
       
    15   >   --ignore=thirdparty \
    15   >   mercurial hgdemandimport hgext hgext3rd
    16   >   mercurial hgdemandimport hgext hgext3rd
    16    (?)
    17    (?)
    17   ------------------------------------ (?)
    18   ------------------------------------ (?)
    18   Your code has been rated at 10.00/10 (?)
    19   Your code has been rated at 10.00/10 (?)
    19    (?)
    20    (?)