Sha256: 08359a65ec4c2b8db1a45b1df2d9c5c9197541b4bc3b7e5e8e6b23bad9b77250
Contents?: true
Size: 1.19 KB
Versions: 3
Compression:
Stored size: 1.19 KB
Contents
# Danger SpotBugs [![Latest release](https://img.shields.io/github/v/release/mathroule/danger-spotbugs.svg)](https://github.com/mathroule/danger-spotbugs/releases/latest) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Deploy](https://github.com/mathroule/danger-spotbugs/workflows/Deploy/badge.svg)](https://github.com/mathroule/danger-spotbugs/actions) [![codecov](https://codecov.io/gh/mathroule/danger-spotbugs/branch/main/graph/badge.svg?token=KW312ANXPN)](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.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
danger-spotbugs-1.0.0 | README.md |
danger-spotbugs-0.0.4 | README.md |
danger-spotbugs-0.0.3 | README.md |