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

Unified Diff: Tools/Scripts/webkitpy/style/checkers/python_unittest.py

Issue 795353004: Rebase PythonCheckerTest results after upgrade to pylint 1.4.0. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/style/checkers/python_unittest.py
diff --git a/Tools/Scripts/webkitpy/style/checkers/python_unittest.py b/Tools/Scripts/webkitpy/style/checkers/python_unittest.py
index 2555cb144db88cfcc162859ed33a13f831e4e14d..69ba1b1c69aba4cef9d41b69b21a3d30c02e42aa 100644
--- a/Tools/Scripts/webkitpy/style/checkers/python_unittest.py
+++ b/Tools/Scripts/webkitpy/style/checkers/python_unittest.py
@@ -59,6 +59,6 @@ class PythonCheckerTest(unittest.TestCase):
self.assertEqual(errors, [
(4, "pep8/W291", 5, "trailing whitespace"),
- (4, "pylint/E0602(undefined-variable)", 5,
- "[] Undefined variable 'error'"),
+ (4, "pylint/E1601(print-statement)", 5, "[] print statement used"),
+ (4, "pylint/E0602(undefined-variable)", 5, "[] Undefined variable 'error'"),
])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698