go-critic v0.5.2 Release Notes
Release Date: 2020-08-14 // about 4 years ago-
๐ Changes
- checkers: mark more checkers as stable @quasilyte (#956)
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