mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
As we plan to adopt more rules from Ruff and rustfmt, we would like to retire the following rules: 1. `Line length check`, as this is already handled by Ruff and rustfmt configurations. 2. `Alphabetical order` Testing: `./mach test-tidy --no-progress --all` Fixes: #37121 --------- Signed-off-by: Jerens Lensun <jerensslensun@gmail.com>
18 lines
202 B
TOML
18 lines
202 B
TOML
key-outside = ""
|
|
|
|
[configs]
|
|
skip-check-licenses = false
|
|
wrong-key = false
|
|
|
|
[blocked-packages]
|
|
|
|
[wrong]
|
|
wrong-key = true
|
|
|
|
[ignore]
|
|
files = [
|
|
"./fake/file.html",
|
|
]
|
|
directories = [
|
|
"./fake/dir",
|
|
]
|