Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 21:24

go-crap v0.4.1 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.4.1

use Homebrew

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

Changelog

Bug fixes

  • 2be145f: bugfix: If total entries > 25 but crappy (filtered above threshold) has < 25 items, crappy[:25] panics with slice bounds out of range. (@padiazg)

Others

Full Changelog: v0.4.0...v0.4.1