We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c3448 commit ae0de18Copy full SHA for ae0de18
docs/reference.md
@@ -38,5 +38,9 @@ Configuration is read from the following (in precedence order)
38
| type.\<name>.\<field> | \<varied> | \<varied> | See `default.` for child keys. Run with `--type-list` to see available `<name>`s |
39
| type.\<name>.extend-glob | \- | list of strings | File globs for matching `<name>` |
40
41
+Common `extend-ignore-re`:
42
+- Line ignore with trailing `# spellchecker:disable-line`: `"(?Rm)^.*#\\s*spellchecker:disable-line$"`
43
+- Line block with `# spellchecker:<on|off>`: `"#\\s*spellchecker:off\\s*\\n.*\\n\\s*#\\s*spellchecker:on"`
44
+
45
Common `extend-ignore-identifiers-re`:
46
- SSL Cipher suites: `"\\bTLS_[A-Z0-9_]+(_anon_[A-Z0-9_]+)?\\b"`
0 commit comments