diff options
Diffstat (limited to 'Tools/Scripts/webkitpy/style/checker.py')
| -rw-r--r-- | Tools/Scripts/webkitpy/style/checker.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tools/Scripts/webkitpy/style/checker.py b/Tools/Scripts/webkitpy/style/checker.py index 78235b3fa..f7c82cfea 100644 --- a/Tools/Scripts/webkitpy/style/checker.py +++ b/Tools/Scripts/webkitpy/style/checker.py @@ -237,6 +237,10 @@ _PATH_RULES_SPECIFIER = [ # and __jit_debug_descriptor when integrating with gdb. "Source/JavaScriptCore/jit/GDBInterface.cpp"], ["-readability/naming"]), + + ([# On some systems the trailing CR is causing parser failure. + "Source/JavaScriptCore/parser/Keywords.table"], + ["+whitespace/carriage_return"]), ] @@ -271,6 +275,7 @@ _TEXT_FILE_EXTENSIONS = [ 'pro', 'rb', 'sh', + 'table', 'txt', 'wm', 'xhtml', |
