diff --git a/.gitea/workflows/linting.yml b/.gitea/workflows/linting.yml index 0b6fb23..4bdfb2c 100644 --- a/.gitea/workflows/linting.yml +++ b/.gitea/workflows/linting.yml @@ -46,7 +46,7 @@ jobs: echo "Changed files:" echo "${{ steps.changed-files.outputs.all_changed_files }}" - java -jar checkstyle-${{ env.CHECKSTYLE_VERSION }}-all.jar -c google_checks.xml -f xml ${{ steps.changed-files.outputs.all_changed_files }} \ + java -jar checkstyle-${{ env.CHECKSTYLE_VERSION }}-all.jar -c ./style_guide.xml -f xml ${{ steps.changed-files.outputs.all_changed_files }} \ | reviewdog -f=checkstyle \ -name="Checkstyle" \ -reporter="gitea-pr-review" \ diff --git a/style_guide.xml b/style_guide.xml new file mode 100644 index 0000000..ac75ebc --- /dev/null +++ b/style_guide.xml @@ -0,0 +1,483 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +