https://github.com/mathroule/danger-spotbugs
Danger plugin for SpotBugs
https://github.com/mathroule/danger-spotbugs
danger danger-plugin spotbugs
Last synced: 15 days ago
JSON representation
Danger plugin for SpotBugs
- Host: GitHub
- URL: https://github.com/mathroule/danger-spotbugs
- Owner: mathroule
- License: mit
- Created: 2021-03-18T00:21:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T13:08:06.000Z (almost 4 years ago)
- Last Synced: 2025-03-12T03:16:18.269Z (about 1 month ago)
- Topics: danger, danger-plugin, spotbugs
- Language: Ruby
- Homepage:
- Size: 187 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-danger - danger-spotbugs - Danger plugin for SpotBugs formatted XML file. (Plugins / Ruby (danger))
README
# Danger SpotBugs
[](https://github.com/mathroule/danger-spotbugs/releases/latest) [](https://opensource.org/licenses/MIT) [](https://github.com/mathroule/danger-spotbugs/actions) [](https://codecov.io/gh/mathroule/danger-spotbugs)Checks on your Gradle project's Java source files.
This is done using [SpotBugs](https://spotbugs.github.io)
Results are passed out as tables in markdown.This plugin is inspired from https://github.com/kazy1991/danger-findbugs.
## Installation
$ gem install danger-spotbugs
## Usage
Methods and attributes from this plugin are available in
your `Dangerfile` under the `spotbugs` namespace.## Development
1. Clone this repo
2. Run `bundle install` to setup dependencies.
3. Run `bundle exec rake spec` to run the tests.
4. Use `bundle exec guard` to automatically have tests run as you make changes.
5. Make your changes.