mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Add the option in servo-tidy to not check for alphabetical ordering.
This commit is contained in:
parent
226d9a5b0e
commit
29a1617e27
2 changed files with 9 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
[configs]
|
||||
skip-check-length = false
|
||||
skip-check-licenses = false
|
||||
check-alphabetical-order = true
|
||||
check-ordered-json-keys = [
|
||||
"./resources/prefs.json",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue