We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfed242 commit 356ffe2Copy full SHA for 356ffe2
.circleci/config.yml
@@ -73,6 +73,7 @@ workflows:
73
- validate-with-maven-script:
74
name: "checkstyle-regression"
75
command: "./.ci/validation.sh checkstyle-regression"
76
- - validate-with-maven-script:
77
- name: "eclipse-analysis"
78
- command: "./.ci/validation.sh eclipse-analysis"
+ # until https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/1039
+ # - validate-with-maven-script:
+ # name: "eclipse-analysis"
79
+ # command: "./.ci/validation.sh eclipse-analysis"
0 commit comments