tests/test-check-pylint.t
changeset 32421 778dc37ce683
parent 31839 5b048d5f8884
child 34395 41401f502c83
equal deleted inserted replaced
32420:0906b85bf222 32421:778dc37ce683
    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   >   mercurial hgext hgext3rd
    15   >   mercurial hgdemandimport hgext hgext3rd
    16    (?)
    16    (?)
    17   ------------------------------------ (?)
    17   ------------------------------------ (?)
    18   Your code has been rated at 10.00/10 (?)
    18   Your code has been rated at 10.00/10 (?)
    19    (?)
    19    (?)