diff --git a/checkstyle.xml b/.github/linter/alibaba-checkstyle.xml similarity index 84% rename from checkstyle.xml rename to .github/linter/alibaba-checkstyle.xml index 56a7b46..f5f7da1 100644 --- a/checkstyle.xml +++ b/.github/linter/alibaba-checkstyle.xml @@ -13,17 +13,14 @@ + + + + + - - - - - - - - @@ -31,19 +28,12 @@ - - + - - - - - - @@ -78,10 +68,6 @@ - - - - @@ -139,15 +125,8 @@ - - - - - - - @@ -159,8 +138,6 @@ - - - + @@ -205,4 +182,4 @@ - + \ No newline at end of file diff --git a/.github/workflows/code-check.yaml b/.github/workflows/code-check.yaml index 19315e5..0236c25 100644 --- a/.github/workflows/code-check.yaml +++ b/.github/workflows/code-check.yaml @@ -31,4 +31,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.MyGitHubToken }} IGNORE_GITIGNORED_FILES: true VALIDATE_JAVA: true - JAVA_FILE_NAME: google_checks.xml \ No newline at end of file + JAVA_FILE_NAME: alibaba-checkstyle.xml \ No newline at end of file