Skip to content

Commit

Permalink
fix(ci): fix false positive in lokalise json files
Browse files Browse the repository at this point in the history
  • Loading branch information
zyf722 committed Dec 27, 2024
1 parent 7b397c8 commit df9e114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
ignore-vcs = true # Respect .gitignore
extend-exclude = [
"src/livecodes/i18n/locales/**/*.ts", # Ignore locale files
"src/livecodes/i18n/locales/**/*.lokalise.json", # Ignore locale files
"src/livecodes/services/google-fonts.ts", # Font name
"src/livecodes/templates/starter/blockly-starter.ts", # Random string id
]
Expand Down

0 comments on commit df9e114

Please sign in to comment.