mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Check for JSON key non-duplication and order
This commit is contained in:
parent
c62ce53efa
commit
d47aca18c4
4 changed files with 35 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
|||
[configs]
|
||||
skip-check-length = false
|
||||
skip-check-licenses = false
|
||||
check-ordered-json-keys = [
|
||||
"./resources/prefs.json",
|
||||
"./resources/package-prefs.json",
|
||||
]
|
||||
|
||||
[ignore]
|
||||
# Ignored packages with duplicated versions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue