docs: checkstyle upgrade notes (#5091)

This commit is contained in:
Marco Ferrari 2024-01-02 19:24:05 +01:00 committed by GitHub
parent 9257ba8af3
commit 37839f63f5
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: 4AEE18F83AFDEB23

View file

@ -8,6 +8,15 @@ This document helps you upgrade from a super-linter version to newer ones:
This section helps you migrate from super-linter `v5` to `v6`.
### Checkstyle
- Checkstyle
[embeds some configuration files](https://checkstyle.sourceforge.io/cmdline.html#Command_line_usage),
such as `sun_checks.xml` and `google_checks.xml`. There is no need to provide
your own checkstyle configuration files if it matches one of the embedded
ones. You can safely remove your Checkstyle configuration file if it matches
one of the embedded ones.
### Dart
- super-linter doesn't include a default configuration file for `dart analyzer`