Skip to content

Releases: Helcaraxan/goality

0.1.0 - [Alpha] High-level code quality analysis

03 Jul 09:58
402481e
Compare
Choose a tag to compare

Features

  • (Nearly) fully configurable wrapping of golangci-lint.
  • Tunable report granularity (tree-depth and paths).
  • Managed runs of golangci-lint failed analysis due to memory exhaustion.
  • Functionalities exposed via both CLI and library packages.

Known issues / lacking features

  • Running on a low-memory machine will take a long time due to gradual refinement of subtrees.
  • Can not exclude specific sub-trees based on path or directory name.
  • No fine-grained analysis of issues that were encountered.