go-critic v0.5.2 Release Notes

Release Date: 2020-08-14 // over 3 years ago
  • ๐Ÿ”„ Changes

    Checkers that are now considered to be stable:

    * argOrder
    * badCall
    * badCond
    * codegenComment
    * commentFormatting
    * deprecatedComment
    * exitAfterDefer
    * flagName
    * mapKey
    * newDeref
    * offBy1
    * stringXbytes
    * valSwap
    * wrapperFunc
    

    โœ… Every checker from this list was tested on several big Go projects.


Previous changes from v0.5.1

  • โšก๏ธ Updated go-ruleguard version to v0.2.0.

    ๐Ÿš€ This minor release is an attempt to fix a broken dependency.
    ๐Ÿ‘€ See #953