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

Unified Diff: Tools/Scripts/webkitpy/style/checker.py

Issue 22514002: Disable check-webkit-style for Jinja templates (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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
« 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/checker.py
diff --git a/Tools/Scripts/webkitpy/style/checker.py b/Tools/Scripts/webkitpy/style/checker.py
index 55e8f933a94b374c255e1cb28c3c6d26706e8ea6..70284824bc743918a4e18d3df1f2eadfde01e16f 100644
--- a/Tools/Scripts/webkitpy/style/checker.py
+++ b/Tools/Scripts/webkitpy/style/checker.py
@@ -273,6 +273,12 @@ _PATH_RULES_SPECIFIER = [
([# On some systems the trailing CR is causing parser failure.
"Source/JavaScriptCore/parser/Keywords.table"],
["+whitespace/carriage_return"]),
+
+ ([# Jinja templates: files have .cpp or .h extensions, but contain
+ # template code, which can't be handled, so disable tests.
+ "Source/bindings/templates",
+ "Source/core/scripts/templates"],
+ ["-"]),
]
« 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