Submitter | phabricator |
---|---|
Date | Jan. 10, 2018, 8:23 a.m. |
Message ID | <differential-rev-PHID-DREV-qko73sfq3rgjicbs7m7u-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/26633/ |
State | Superseded |
Headers | show |
Comments
indygreg accepted this revision. indygreg added a comment. This revision is now accepted and ready to land. Nice cleanup. Always happy to turn on more lint checks. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1834 To: lothiraldan, #hg-reviewers, pulkit, indygreg Cc: indygreg, mercurial-devel
Patch
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