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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.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 | « third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/abstract_local_server_command.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py
index 543951926474caa4cac6bb298c126ebafc43ccaa..31830f7364209a825d25d4ed978a3d541af5edf5 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py
@@ -25,7 +25,7 @@ class BaseTestCase(unittest.TestCase):
def setUp(self):
self.tool = MockWebKitPatch()
- # lint warns that command_constructor might not be set, but this is intentional; pylint: disable=E1102
+ # Lint warns that command_constructor might not be set, but this is intentional; pylint: disable=not-callable
self.command = self.command_constructor()
self.command._tool = self.tool
self.tool.builders = BuilderList({
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/abstract_local_server_command.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698