Skip to content

Commit

Permalink
Merge pull request #379 from Spartan322/fix/wrong-scene-typos
Browse files Browse the repository at this point in the history
Fixed scene ids being considered for spelling
  • Loading branch information
Spartan322 authored Feb 7, 2025
2 parents a9a3f07 + e62b895 commit 8f7a7ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ default.extend-ignore-re = [
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on", # Multiline check disable with // spellchecker:off // spellchecker:on (can also use #)
"(?s)(/\\*)\\s*spellchecker:off.*?\\s*spellchecker:on\\s*(\\*/)", # Multiline check disable with /* spellchecker:off ... spellchecker:on */
"uid://\\S+", # Ignore engine uids
"id=\"[^\"]+\"", # Ignore scene ids
"ExtResource\\(\"[^\"]+\"\\)", # Ignore scene ids
]
type.xml.locale = "en-us"
type.xml.check-filename = false
Expand Down

0 comments on commit 8f7a7ae

Please sign in to comment.