diff tests/test-check-pylint.t @ 34396:41401f502c83

tests: disable lints on mercurial/thirdparty In the next patch, this directory will be used to vendor in some third-party code. Differential Revision: https://phab.mercurial-scm.org/D866
author Siddharth Agarwal <sid0@fb.com>
date Sun, 01 Oct 2017 03:24:19 -0700
parents 778dc37ce683
children 882998f08c3c
line wrap: on
line diff
--- a/tests/test-check-pylint.t	Sun Oct 01 03:48:28 2017 -0700
+++ b/tests/test-check-pylint.t	Sun Oct 01 03:24:19 2017 -0700
@@ -12,6 +12,7 @@
   $ touch $TESTTMP/fakerc
   $ pylint --rcfile=$TESTTMP/fakerc --disable=all \
   >   --enable=W0102 --reports=no \
+  >   --ignore=thirdparty \
   >   mercurial hgdemandimport hgext hgext3rd
    (?)
   ------------------------------------ (?)