tests/test-check-code.t
changeset 41907 9da97f49d4f4
parent 41853 d7dc4ac1ff84
child 41908 c2237fe1359e
equal deleted inserted replaced
41906:2b21c7fbb3a1 41907:9da97f49d4f4
    10   $ testrepohg locate \
    10   $ testrepohg locate \
    11   > -X contrib/python-zstandard \
    11   > -X contrib/python-zstandard \
    12   > -X hgext/fsmonitor/pywatchman \
    12   > -X hgext/fsmonitor/pywatchman \
    13   > -X mercurial/thirdparty \
    13   > -X mercurial/thirdparty \
    14   > | sed 's-\\-/-g' | "$check_code" --warnings --per-file=0 - || false
    14   > | sed 's-\\-/-g' | "$check_code" --warnings --per-file=0 - || false
       
    15   Skipping contrib/packaging/hgpackaging/util.py it has no-che?k-code (glob)
    15   Skipping contrib/packaging/inno/build.py it has no-che?k-code (glob)
    16   Skipping contrib/packaging/inno/build.py it has no-che?k-code (glob)
    16   Skipping contrib/packaging/packagingutil.py it has no-che?k-code (glob)
       
    17   Skipping i18n/polib.py it has no-che?k-code (glob)
    17   Skipping i18n/polib.py it has no-che?k-code (glob)
    18   Skipping mercurial/statprof.py it has no-che?k-code (glob)
    18   Skipping mercurial/statprof.py it has no-che?k-code (glob)
    19   Skipping tests/badserverext.py it has no-che?k-code (glob)
    19   Skipping tests/badserverext.py it has no-che?k-code (glob)
    20 
    20 
    21 @commands in debugcommands.py should be in alphabetical order.
    21 @commands in debugcommands.py should be in alphabetical order.