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
- Host: GitHub
- URL: https://github.com/forge/plugin-code-quality
- Owner: forge
- Created: 2011-05-08T15:33:20.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-10-01T21:13:23.000Z (over 13 years ago)
- Last Synced: 2025-01-21T08:44:31.244Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 125 KB
- Stars: 3
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
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