go-critic v0.5.2 Release Notes
Release Date: 2020-08-14 // over 2 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