Projects with this topic
-
This component runs Checkstyle and integrates it with Gitlab. Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard.
Depending on the component selected it can generate a Code Climate report, which is used by Gitlab as part of its code quality feature or a SARIF Report which integrates with the Gitlab Security Dashboard.
If supplied an Access Token and triggered by a Merge Request event, a second job is run which will leave Notes in the Merge Request for warnings found on changed code.
Updated -
Static analyzer for unit-test coverage, listing REST-API, and linter.
Updated -
Base coding style check configuration
Updated -
Fichiers de configuration pour les différents plugins java permettant de tester la qualité du code (CheckStyle,Pmd,FindBugs...)
Updated -
-
Small set of Gradle's tasks for checking file style for all files and for checking code style of Gradle's code
Updated