It's also quite confusing when a PR triggers one set of warnings in my repository, but then if the checkstyle version is bumped up in this repository, the action starts reporting different errors.
Would it be possible to add a parameter to configure the checkstyle version to be used?
Not all checkstyle versions are quite stable. For example, I've recently found that the currently used version 36.2 reports incorrect indentation level (see https://github.com/checkstyle/checkstyle/issues?q=is%3Aissue+is%3Aopen+indentation).
It's also quite confusing when a PR triggers one set of warnings in my repository, but then if the checkstyle version is bumped up in this repository, the action starts reporting different errors.
Would it be possible to add a parameter to configure the checkstyle version to be used?
Thanks