Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/docs/guide/usage/linter/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ The progress of all rule implementations is tracked [here](https://github.com/ox
- Rules turned on by default: {{ defaultCount }}
- Rules with fixes available: {{ fixableCount }}

::: details Rule categories

Categories group rules by intent and can be enabled together in configuration. See [Enable groups of rules with categories](/docs/guide/usage/linter/config.html#enable-groups-of-rules-with-categories) for details.

:::

::: details Legend for 'Fixable?' column

- 🛠️: an auto-fix is available for this rule
Expand Down