mirror of
https://gh.wpcy.net/https://github.com/wp-cli/wp-cli-bundle.git
synced 2026-06-10 01:34:10 +08:00
6 lines
200 B
TOML
6 lines
200 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.*"
|
|
]
|