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

v0.0.2: Added Simple and QuickFix analyzers

Latest
Compare
Choose a tag to compare
@sluongng sluongng released this 07 Oct 20:26
· 3 commits to master since this release
  • 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.