diff --git a/.github/workflows/ci_ut.yml b/.github/workflows/ci_ut.yml index 54ce79c6ec88f57a0f37ad0955419273d7ef3389..f7f6e1cf573b4e4823b0ecda76712e296aa12362 100644 --- a/.github/workflows/ci_ut.yml +++ b/.github/workflows/ci_ut.yml @@ -108,7 +108,7 @@ jobs: CHECKSTYLE_CONFIG: style/checkstyle.xml REVIEWDOG_VERSION: v0.10.2 run: | - wget -O - -q https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.22/checkstyle-8.22-all.jar > /opt/checkstyle.jar + wget -O - -q https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.43/checkstyle-8.43-all.jar > /opt/checkstyle.jar wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /opt ${REVIEWDOG_VERSION} java -jar /opt/checkstyle.jar "${WORKDIR}" -c "${CHECKSTYLE_CONFIG}" -f xml \ | /opt/reviewdog -f=checkstyle \ diff --git a/style/checkstyle.xml b/style/checkstyle.xml index 675d82133ef7c19d96425741527c619fd5190e30..2dba3b9a75b5d4910ae9907baa462d283b64f49b 100644 --- a/style/checkstyle.xml +++ b/style/checkstyle.xml @@ -34,6 +34,11 @@ + + + + + @@ -73,11 +78,6 @@ - - - - -