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"], |
+ ["-"]), |
] |