diff options
author | Matthias Devlamynck <matthias.devlamynck@mailoo.org> | 2017-01-14 14:07:46 +0100 |
---|---|---|
committer | Matthias Devlamynck <matthias.devlamynck@mailoo.org> | 2017-01-14 14:07:46 +0100 |
commit | a7a2efea5ca4b364b9cab49bbf83b43d9ae0678f (patch) | |
tree | c421bc4335a25cef5d094dda6e5abab0c3d2c39c /python/tidy/servo_tidy_tests | |
parent | 655a9fd7ce27f1f985099a21d9f17209edac4ffb (diff) | |
download | servo-a7a2efea5ca4b364b9cab49bbf83b43d9ae0678f.tar.gz servo-a7a2efea5ca4b364b9cab49bbf83b43d9ae0678f.zip |
Moved tidy's BLOCKED_PACKAGES to the config file
Diffstat (limited to 'python/tidy/servo_tidy_tests')
-rw-r--r-- | python/tidy/servo_tidy_tests/servo-tidy.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy_tests/servo-tidy.toml b/python/tidy/servo_tidy_tests/servo-tidy.toml index 0aea4527b99..855ea554c72 100644 --- a/python/tidy/servo_tidy_tests/servo-tidy.toml +++ b/python/tidy/servo_tidy_tests/servo-tidy.toml @@ -5,6 +5,8 @@ skip-check-length = false skip-check-licenses = false wrong-key = false +[blocked-packages] + [wrong] wrong-key = true |