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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/style/optparser_unittest.py

Issue 2679393004: Fix all "dangerous-default-value" pylint warnings. (Closed)
Patch Set: Created 3 years, 10 months 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
Index: third_party/WebKit/Tools/Scripts/webkitpy/style/optparser_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/optparser_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/optparser_unittest.py
index 79798c4d5453941d3fa3f2ab2456b1c3124c352b..90414a61f4da2bb8712ed9ceb809678af22805bd 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/optparser_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/optparser_unittest.py
@@ -40,7 +40,7 @@ class ArgumentPrinterTest(unittest.TestCase):
def _create_options(self,
output_format='emacs',
min_confidence=3,
- filter_rules=[],
+ filter_rules=None,
git_commit=None):
return ProcessorOptions(filter_rules=filter_rules,
git_commit=git_commit,

Powered by Google App Engine
This is Rietveld 408576698