# HG changeset patch # User Boris Feld # Date 1507542015 -7200 # Node ID 882998f08c3ca927d241edf980e4b7b76fe3518f # Parent a0d33f4ddff954751fc54408b01cc3d2764f8d26 pylint: split command line argument on multiple lines This clarify the important line in that configuration. Differential Revision: https://phab.mercurial-scm.org/D1831 diff -r a0d33f4ddff9 -r 882998f08c3c tests/test-check-pylint.t --- a/tests/test-check-pylint.t Sun Jan 14 11:24:43 2018 -0800 +++ b/tests/test-check-pylint.t Mon Oct 09 11:40:15 2017 +0200 @@ -11,7 +11,8 @@ $ touch $TESTTMP/fakerc $ pylint --rcfile=$TESTTMP/fakerc --disable=all \ - > --enable=W0102 --reports=no \ + > --enable=W0102 \ + > --reports=no \ > --ignore=thirdparty \ > mercurial hgdemandimport hgext hgext3rd (?)