Run additional checks from script/clippy if local (#29768)
Should cut down on the number of CI cycles if you're forgetful like I am! Release Notes: - N/A
This commit is contained in:
parent
e1e3f2e423
commit
d25da9728b
7 changed files with 20 additions and 10 deletions
|
@ -46,6 +46,8 @@ extend-exclude = [
|
|||
"script/danger/dangerfile.ts",
|
||||
# Eval examples for prompts and criteria
|
||||
"crates/eval/src/examples/",
|
||||
# typos-cli doesn't understand our `vˇariable` markup
|
||||
"crates/editor/src/hover_links.rs"
|
||||
]
|
||||
|
||||
[default]
|
||||
|
@ -63,6 +65,8 @@ extend-ignore-re = [
|
|||
# macOS version
|
||||
"Big Sur",
|
||||
# Not an actual typo but an intentionally invalid color, in `color_extractor`
|
||||
"#fof"
|
||||
"#fof",
|
||||
# Stropped version of reserved keyword `type`
|
||||
"typ"
|
||||
]
|
||||
check-filename = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue