Add the option in servo-tidy to not check for alphabetical ordering.

This commit is contained in:
Nicolas Silva 2018-03-06 15:09:47 +01:00
parent 226d9a5b0e
commit 29a1617e27
2 changed files with 9 additions and 6 deletions

View file

@ -1,6 +1,7 @@
[configs]
skip-check-length = false
skip-check-licenses = false
check-alphabetical-order = true
check-ordered-json-keys = [
"./resources/prefs.json",
]