From 91f0121e645822aee3c68b32e0a6d907d332dac7 Mon Sep 17 00:00:00 2001 From: sushichan044 <71284054+sushichan044@users.noreply.github.com> Date: Mon, 11 May 2026 19:33:47 +0900 Subject: [PATCH 1/3] docs: add a link to the explanation of rule categories --- src/docs/guide/usage/linter/rules.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/docs/guide/usage/linter/rules.md b/src/docs/guide/usage/linter/rules.md index ec7551a9294..d83dc9f515e 100644 --- a/src/docs/guide/usage/linter/rules.md +++ b/src/docs/guide/usage/linter/rules.md @@ -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 About 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 examples. + +::: + ::: details Legend for 'Fixable?' column - 🛠️: an auto-fix is available for this rule From 174f0000590d1c6ede2fed6af4bcd2f878f80478 Mon Sep 17 00:00:00 2001 From: sushichan044 <71284054+sushichan044@users.noreply.github.com> Date: Mon, 11 May 2026 22:31:02 +0900 Subject: [PATCH 2/3] fix english --- src/docs/guide/usage/linter/rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/guide/usage/linter/rules.md b/src/docs/guide/usage/linter/rules.md index d83dc9f515e..c048aa0125b 100644 --- a/src/docs/guide/usage/linter/rules.md +++ b/src/docs/guide/usage/linter/rules.md @@ -28,7 +28,7 @@ The progress of all rule implementations is tracked [here](https://github.com/ox ::: details About 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 examples. +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. ::: From 1595e4679b8fb40a407d96b8826f071f5929a31f Mon Sep 17 00:00:00 2001 From: sushichan044 <71284054+sushichan044@users.noreply.github.com> Date: Mon, 11 May 2026 22:31:47 +0900 Subject: [PATCH 3/3] remove `About` --- src/docs/guide/usage/linter/rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/guide/usage/linter/rules.md b/src/docs/guide/usage/linter/rules.md index c048aa0125b..2ff7c6f3c60 100644 --- a/src/docs/guide/usage/linter/rules.md +++ b/src/docs/guide/usage/linter/rules.md @@ -26,7 +26,7 @@ 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 About rule categories +::: 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.