Description
Analyzes Java source code with the prebuilt Checkstyle linter. It is useful for developers and CI systems that need repeatable Java style checks without building the tool from source.
Style checks improve consistency but do not prove correctness or security. Keep rules aligned with the project and review violations before applying broad automatic changes.