mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Check for errors in tidy config file
This commit is contained in:
parent
0ad905ae42
commit
74dba5cbdd
3 changed files with 69 additions and 1 deletions
13
python/tidy/servo_tidy_tests/servo-tidy.toml
Normal file
13
python/tidy/servo_tidy_tests/servo-tidy.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
key-outside = ""
|
||||
|
||||
[configs]
|
||||
skip-check-length = false
|
||||
skip-check-licenses = false
|
||||
wrong-key = false
|
||||
|
||||
[wrong]
|
||||
wrong-key = true
|
||||
|
||||
[ignore]
|
||||
files = []
|
||||
directories = []
|
Loading…
Add table
Add a link
Reference in a new issue