changeset 35627:882998f08c3c

pylint: split command line argument on multiple lines This clarify the important line in that configuration. Differential Revision: https://phab.mercurial-scm.org/D1831
author Boris Feld <boris.feld@octobus.net>
date Mon, 09 Oct 2017 11:40:15 +0200
parents a0d33f4ddff9
children ab11af15a149
files tests/test-check-pylint.t
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
    (?)