Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Releases: sluongng/staticcheck-codegen

v0.0.2: Added Simple and QuickFix analyzers

07 Oct 20:26
Compare
Choose a tag to compare
  • This release added analyzers from 'simple' and 'quickfix' packages of
    staticcheck. These analyzers are exported via SENSIBLE_ANALYZERS by
    default so existing users can directly benefit from them.

  • Fixed issues with wrong nogo_config.json key for a few analyzer that does
    not have a consistency between singular/plural naming.

  • Added an exception to rules_go generated code in nogo_config.json.

  • Minor documentation improvements.

v0.0.1

07 Oct 15:55
0be4a67
Compare
Choose a tag to compare

Initial release

This marks the initial working version of this repository.
Minimum rules_go version required is v0.29.0.

For detail usage instructions, please check README.md.