From 37839f63f5655885bb560e556f2dc1e174c44cbc Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Tue, 2 Jan 2024 19:24:05 +0100 Subject: [PATCH] docs: checkstyle upgrade notes (#5091) --- docs/upgrade-guide.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/upgrade-guide.md b/docs/upgrade-guide.md index ade33fbc..66d00c18 100644 --- a/docs/upgrade-guide.md +++ b/docs/upgrade-guide.md @@ -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`