mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
mach(test-tidy): Remove alphabetical order and line length rule from tidy (#38538)
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>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
[configs]
|
||||
skip-check-length = false
|
||||
skip-check-licenses = false
|
||||
check-alphabetical-order = true
|
||||
|
||||
[ignore]
|
||||
# Files that are ignored for all tidy and lint checks.
|
||||
|
||||
Reference in New Issue
Block a user