mirror of
https://github.com/facebook/sapling.git
synced 2024-12-29 08:02:24 +03:00
test-check-code: use glob for st_*time error
Summary: This keep failing due to single line changes. Let's make it more robust. Reviewed By: kulshrax Differential Revision: D18963816 fbshipit-source-id: c56748560b619c4c682e8cc9e5710c607aa363fb
This commit is contained in:
parent
d594fae3fe
commit
f0bf034842
@ -68,9 +68,9 @@ New errors are not allowed. Warnings are strongly discouraged.
|
||||
Skipping tests/test-rustthreading.py it has no-che?k-code (glob)
|
||||
edenscm/hgext/extlib/phabricator/graphql.py:*: use foobar, not foo_bar naming --> ca_bundle = repo.ui.configpath("web", "cacerts") (glob)
|
||||
edenscm/hgext/extlib/phabricator/graphql.py:*: use foobar, not foo_bar naming --> def scmquery_log( (glob)
|
||||
edenscm/mercurial/util.py:4662: use foobar, not foo_bar naming --> def st_mtime(self):
|
||||
edenscm/mercurial/util.py:4666: use foobar, not foo_bar naming --> def st_ctime(self):
|
||||
edenscm/mercurial/util.py:4670: use foobar, not foo_bar naming --> def st_atime(self):
|
||||
edenscm/mercurial/util.py:*: use foobar, not foo_bar naming --> def st_mtime(self): (glob)
|
||||
edenscm/mercurial/util.py:*: use foobar, not foo_bar naming --> def st_ctime(self): (glob)
|
||||
edenscm/mercurial/util.py:*: use foobar, not foo_bar naming --> def st_atime(self): (glob)
|
||||
tests/run-tests.py:*: don't use camelcase in identifiers --> self.testsSkipped = 0 (glob)
|
||||
|
||||
@commands in debugcommands.py should be in alphabetical order.
|
||||
|
Loading…
Reference in New Issue
Block a user