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:
Jerens Lensun 2025-08-11 16:54:50 +08:00 committed by GitHub
parent 4784668fa9
commit 3ab56b16de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 107 deletions

View file

@ -1,7 +1,6 @@
key-outside = ""
[configs]
skip-check-length = false
skip-check-licenses = false
wrong-key = false