mirror of
https://github.com/servo/servo.git
synced 2025-09-14 17:08:22 +01:00
tidy: checking directories for unexpected file extensions
update config, check_dir func to use config pass only_changed_files and exclude_dirs as args simplify config better conditional remove unused default, amend error message undo doc change
This commit is contained in:
parent
2474393d15
commit
1f99381720
8 changed files with 47 additions and 3 deletions
|
@ -46,3 +46,8 @@ directories = [
|
|||
"./target",
|
||||
"./ports/cef",
|
||||
]
|
||||
|
||||
# Directories that are checked for correct file extension
|
||||
[check_ext]
|
||||
# directory, list of expected file extensions
|
||||
"components/script/dom/webidls" = [".webidl"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue