fix: Add new typo rule for osu-lazer
This commit is contained in:
parent
1e6d5fbe02
commit
0ca48550ed
1 changed files with 7 additions and 1 deletions
|
|
@ -17,6 +17,12 @@ extend-ignore-re = [
|
|||
# Line block with `(#|;;|//) spellchecker: (on|off)`
|
||||
"(?s)(#|//|;;)\\s*typochecker: off.*?\\n\\s*(#|//|;;)\\s*typochecker: on",
|
||||
]
|
||||
extend-ignore-identifiers-re = ["als", "Paket", "ConfiguratioN", "StructurE"]
|
||||
extend-ignore-identifiers-re = [
|
||||
"als",
|
||||
"Paket",
|
||||
"ConfiguratioN",
|
||||
"StructurE",
|
||||
"lazer",
|
||||
]
|
||||
|
||||
[default.extend-identifiers]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue