jungm commented on PR #124: URL: https://github.com/apache/bval/pull/124#issuecomment-2213801732
`checkstyle:check` goal is not bound to any phase, so a standard `mvn clean install` does not even invoke it. probably has been the case since https://github.com/apache/bval/commit/be90e6cf7d9c8fdd354024a9febfec616c50e9a0 Running `mvn checkstyle:check` yields: `[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.3.1:check (default-cli) on project bval-jsr: You have 6174 Checkstyle violations.` I propose we drop checkstyle, it's likely unused for 10+ years and generates dependabot noise -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@bval.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org