Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 20:56
3228ef7

go-crap v0.2.0 Release

go-crap a CLI tool that calculates the CRAP score for Go projects.

Installation

Download the appropriate binary for your platform below, or:

use Go

go install github.com/padiazg/go-crap@v0.2.0

use Homebrew

brew tap padiazg/go-crap 
brew install go-crap

Changelog

Features

  • cf49bb5: feat: unify scan pipeline with regex exclude patterns (@padiazg)

Bug fixes

Others

Full Changelog: v0.1.0...v0.2.0