Submitter | phabricator |
---|---|
Date | Jan. 14, 2018, 7:36 p.m. |
Message ID | <4cbe62b36c9f748599cc35ef5eb95d9b@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26744/ |
State | Not Applicable |
Headers | show |
Comments
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