| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py
|
| index 212b0a8dc1fe62c59519d33b82de743932e020ab..938552ef67de8a79f9b14d579a7dc3251b9eaa05 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py
|
| @@ -210,6 +210,8 @@ _SKIPPED_FILES_WITHOUT_WARNING = [
|
| "Source/ThirdParty/leveldb" + os.path.sep,
|
| # Prevents this being recognized as a text file.
|
| "Source/WebCore/GNUmakefile.features.am.in",
|
| + # BECAUSE I HACKED IT GOOD
|
| + "Source/wtf/Variant.h",
|
| ]
|
|
|
| # Extensions of files which are allowed to contain carriage returns.
|
|
|