D1834: pylint: add a check for multiple statement on a single line

lothiraldan (Boris Feld) phabricator at mercurial-scm.org
Sun Jan 14 14:36:19 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG6061e54ff81d: pylint: add a check for multiple statement on a single line (authored by lothiraldan, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1834?vs=4751&id=4822

REVISION DETAIL
  https://phab.mercurial-scm.org/D1834

AFFECTED FILES
  tests/test-check-pylint.t

CHANGE DETAILS

diff --git a/tests/test-check-pylint.t b/tests/test-check-pylint.t
--- a/tests/test-check-pylint.t
+++ b/tests/test-check-pylint.t
@@ -11,7 +11,7 @@
 
   $ touch $TESTTMP/fakerc
   $ pylint --rcfile=$TESTTMP/fakerc --disable=all \
-  >   --enable=W0102 \
+  >   --enable=W0102,C0321 \
   >   --reports=no \
   >   --ignore=thirdparty \
   >   mercurial hgdemandimport hgext hgext3rd



To: lothiraldan, #hg-reviewers, pulkit, indygreg
Cc: indygreg, mercurial-devel


More information about the Mercurial-devel mailing list