# HG changeset patch # User Boris Feld # Date 1507542387 -7200 # Node ID 6061e54ff81deaed7f26ea4f698c904886d85202 # Parent 31451f3f4b5697332183cc8929f69b27791e40cf pylint: add a check for multiple statement on a single line Now that they are all cleaned up, we can install a check so that no new occurrence appears. Differential Revision: https://phab.mercurial-scm.org/D1834 diff -r 31451f3f4b56 -r 6061e54ff81d tests/test-check-pylint.t --- a/tests/test-check-pylint.t Mon Oct 09 11:45:21 2017 +0200 +++ b/tests/test-check-pylint.t Mon Oct 09 11:46:27 2017 +0200 @@ -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