Skip to content

Releases: digirati-labs/analysis-publisher

Analysis Publisher 0.0.1

23 May 21:37
0.0.1
Compare
Choose a tag to compare

This initial release contains a report publisher that targets GitHub checks and can report back issues from various code analyzers to GitHub as line annotations on diffs.

All of the analysis report parsers that are currently available is listed below:

Java/JVM

  • java
  • javadoc
  • spotbugs
  • checkstyle

Rust

  • cargo

C/C++

  • cmake
  • clang
  • clang-tidy
  • gcc

PHP

  • php

Go

  • golint

Python

  • pylint

Misc.

  • lint