From 6d92dd7ebb23f8b2c7b9db41818f6730039417ce Mon Sep 17 00:00:00 2001 From: Trey Spiller Date: Fri, 7 Mar 2025 15:43:21 -0600 Subject: [PATCH] Move linter doc from concepts to guides --- docs/{concepts => guides}/linter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/{concepts => guides}/linter.md (99%) diff --git a/docs/concepts/linter.md b/docs/guides/linter.md similarity index 99% rename from docs/concepts/linter.md rename to docs/guides/linter.md index 14b28bd0ab..023d6bdee9 100644 --- a/docs/concepts/linter.md +++ b/docs/guides/linter.md @@ -111,7 +111,7 @@ Error: Linter detected errors in the code. Please fix them before proceeding. ## Applying linting rules -Specify which linting rules a project should apply in the project's [configuration file](../guides/configuration.md). +Specify which linting rules a project should apply in the project's [configuration file](./configuration.md). Rules are specified as lists of rule names under the `linter` key. Globally enable or disable linting with the `enabled` key, which is `false` by default.