docs: update readme (#6593)

- Mention linters that have their own configuration mechanism

Close #6505
This commit is contained in:
Marco Ferrari 2025-02-21 14:13:21 +01:00 committed by GitHub
parent 36971e1125
commit 3cb5ade630
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -616,6 +616,14 @@ env:
LINTER_RULES_PATH: config/lint 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 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. certain rules or checks, and to ignore certain files or part of them.