Categorygithub.com/alde/checkit
modulepackage
0.0.0-20230519140738-ebfb947aced2
Repository: https://github.com/alde/checkit.git
Documentation: pkg.go.dev

# README

Checkit

Go Report Card

Combine checkstyle and spotbugs (and findbugs) reports into one json file.

Why?

If you're hosting CI infrastructure for different teams but want to consume reports downstream, restricting teams to use tools that can report in a single format can be hard or limiting. If you can convert these reports into a common format, you can analyze build reports in an easier fashion.

Usage

checkit -exclude testdata,fixtures -output combined-checkit.json

Installation

go get github.com/alde/checkit

# Packages

No description provided by the author
No description provided by the author

# Structs

Checkit base struct.
File information.
Violation data.