Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py

Issue 2569153003: In "pylint: disable=" comments in webkitpy, use symbolic names. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/common/multiprocessing_bootstrap.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py
index 959f1fce8bfb6cc0c382bb5afb784a19eb7e1cc7..888ca82c560148158713099c7a006de18e4897b5 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py
@@ -55,8 +55,7 @@ class SCM:
def _run(self,
args,
cwd=None,
- # pylint: disable=W0622
- # redefining built-in
+ # pylint: disable=redefined-builtin
input=None,
timeout_seconds=None,
error_handler=None,
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/common/multiprocessing_bootstrap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698