An open API service indexing awesome lists of open source software.

https://github.com/forge/plugin-code-quality

Forge Maven Java Code Quality Plugin
https://github.com/forge/plugin-code-quality

Last synced: about 1 year ago
JSON representation

Forge Maven Java Code Quality Plugin

Awesome Lists containing this project

README

          

This plugin makes it easy to add code quality tools to your project. Currently only Findbugs and Checkstyle are supported, but support for other tools will be added soon.
Use as follows:

forge git-plugin https://github.com/forge/plugin-code-quality
codequality setup --tool FINDBUGS
codequality setup --tool CHECKSTYLE