amperser / proselint

A linter for prose.
http://proselint.com
BSD 3-Clause "New" or "Revised" License
4.31k stars 177 forks source link

Ignore Specific Files #1358

Open Kurt-von-Laven opened 9 months ago

Kurt-von-Laven commented 9 months ago

The config file is already useful for ignoring specific rules, but it would be great if it we could ignore specific rules in specific files or in files that match a particular pattern. For example, typography.symbols.curly_quotes frequently false positives in Markdown, because often straight quotes are intended in code. lexical_illusions.misc gives false positives in changelogs that contain version bumps of tools with repetitive names (e.g., commitizen-tools/commitizen-action).