-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #698 from taeh98/values-error
chore: add ci checks, order fields, fix types, and simplify logic
- Loading branch information
Showing
6 changed files
with
560 additions
and
500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# docs at: https://github.com/crate-ci/typos/blob/master/docs/reference.md | ||
|
||
files.extend-exclude = [ | ||
".typos.toml" | ||
] | ||
|
||
default.extend-ignore-re = [ | ||
# false positives | ||
"alguns itens selecionados", | ||
"elementi sono stati selezionati", | ||
"Nada a ser mostrado", | ||
"prevProps", | ||
"prevState", | ||
] | ||
|
||
default.locale = "en-us" | ||
|
||
# note: add false negatives with corrections in default.extend-identifiers or default.extend-words | ||
# todo: check mistakes over multiple words, e.g. "the the" instead of "the" |
Oops, something went wrong.