diff options
author | Mátyás Mustoha <mmatyas@inf.u-szeged.hu> | 2016-08-18 12:44:13 -0500 |
---|---|---|
committer | Mátyás Mustoha <mmatyas@inf.u-szeged.hu> | 2016-10-28 22:17:10 +0200 |
commit | 5bb550dbf03946578344897753dbec5d836b348a (patch) | |
tree | a507187653758dfcaefa3f8881bef6a7712a5768 /python/tidy/servo_tidy/tidy.py | |
parent | c6ef48ccc1ee55b0c3d2f6a02423ce1f05c06531 (diff) | |
download | servo-5bb550dbf03946578344897753dbec5d836b348a.tar.gz servo-5bb550dbf03946578344897753dbec5d836b348a.zip |
Update to use the new Android library build rules.
Diffstat (limited to 'python/tidy/servo_tidy/tidy.py')
-rw-r--r-- | python/tidy/servo_tidy/tidy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py index 195ca639139..1dcbd4896d1 100644 --- a/python/tidy/servo_tidy/tidy.py +++ b/python/tidy/servo_tidy/tidy.py @@ -47,7 +47,7 @@ FILE_PATTERNS_TO_CHECK = ["*.rs", "*.rc", "*.cpp", "*.c", "*.toml", "*.webidl", "*.json", "*.html"] # File patterns that are ignored for all tidy and lint checks. -FILE_PATTERNS_TO_IGNORE = ["*.#*", "*.pyc"] +FILE_PATTERNS_TO_IGNORE = ["*.#*", "*.pyc", "fake-ld.sh"] SPEC_BASE_PATH = "components/script/dom/" |