google-java-format linter broken on super-linter v5 #18
Labels
bug
Something isn't working
external
Deals with something externally that we can't control
github-actions
Relating to GitHub Actions
help wanted
Extra attention is needed
java
Issue relating to Java
Overview
When updating super-linter to v5, the google-java-format linter now shows "errors" on most Java files.
The error that it shows is just the path to the file. This is both unhelpful and I think it's a false positive as the very same file is linted succsfully during checkstyle linter. So nothing is really wrong with the file. Yet it still errors it out
An example of the supposed "error" from the google-java-format linter:
The checkstyle linter output:
What makes this even stranger is that it isn't every single file. There are a select few files that are fine but I have no idea why.
Example:
This is confusing me and makes me want to revert back to the v4 if the issue persists
The text was updated successfully, but these errors were encountered: