Skip to content

Releases: sluongng/nogo-analyzer

v0.0.3

15 Jul 09:29
fc5266f
Compare
Choose a tag to compare

What's Changed

Maintainer Notes

The upstream golangci-lint project package structure has changed a lot since our last release,
This resulted in a different way the analyzers are packaged there and how we consumed them in this repo.
As a result, some analyzers are no longer supported via @nogo-analyzer//golangci-lint such as
deadcode, nonamedreturns, wastedassign, ...
Some new analyzers were also added, such as intrange, mirror, zerologlint,...
For more details, please check #44.

Contributions to improve the golngci-lint analyzers are always welcome. 🙇

New Contributors

Thank you! 🙏

Full Changelog: v0.0.2...v0.0.3

v0.0.2

02 Jun 14:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

Initial release

28 May 06:51
Compare
Choose a tag to compare
  • Basic repository setup

  • Functional set of staticcheck analyzers

  • POC set of golangci-lint analyzers

  • Some WIP for goci-lint, a lighter rewrite of golangci-lint analyzers