From 3cb5ade63087d97f2f61d8c3bb1fa86fd1ec3a65 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Fri, 21 Feb 2025 14:13:21 +0100 Subject: [PATCH] docs: update readme (#6593) - Mention linters that have their own configuration mechanism Close #6505 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 08c63c4e..1de04afc 100644 --- a/README.md +++ b/README.md @@ -616,6 +616,14 @@ env: LINTER_RULES_PATH: config/lint ``` +In order to facilitate migrations from using standalone linters to super-linter, +the following linters don't follow the convention described above in this +section, but rather they use their own mechanism to discover and load +configuration files. To configure these linters, see: + +- [Prettier](https://prettier.io/docs/en/configuration) +- [Commitlint](https://commitlint.js.org/reference/configuration.html#config-via-file) + Some of the linters that super-linter provides can be configured to disable certain rules or checks, and to ignore certain files or part of them.