mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
Allow to specify glob pattern for ignored directories in servo-tidy.toml
This commit is contained in:
parent
00cf7452ef
commit
76ff22f5d0
2 changed files with 5 additions and 3 deletions
|
@ -91,7 +91,7 @@ directories = [
|
|||
"./python/tidy/servo_tidy_tests",
|
||||
"./components/script/dom/bindings/codegen/parser",
|
||||
"./components/script/dom/bindings/codegen/ply",
|
||||
"./python/_virtualenv",
|
||||
"./python/_virtualenv*",
|
||||
"./components/hashglobe/src",
|
||||
# Generated and upstream code combined with our own. Could use cleanup
|
||||
"./target",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue