mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
docs: checkstyle upgrade notes (#5091)
This commit is contained in:
parent
9257ba8af3
commit
37839f63f5
1 changed files with 9 additions and 0 deletions
|
@ -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`.
|
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
|
### Dart
|
||||||
|
|
||||||
- super-linter doesn't include a default configuration file for `dart analyzer`
|
- super-linter doesn't include a default configuration file for `dart analyzer`
|
||||||
|
|
Loading…
Reference in a new issue