mirror of
https://gh.wpcy.net/https://github.com/wp-cli/i18n-command.git
synced 2026-06-10 01:24:18 +08:00
11 lines
252 B
TOML
11 lines
252 B
TOML
[default]
|
|
extend-ignore-re = [
|
|
"(?Rm)^.*(#|//)\\s*spellchecker:disable-line$",
|
|
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
|
|
"(#|//)\\s*spellchecker:ignore-next-line\\n.*"
|
|
]
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"features/*.feature"
|
|
]
|