v4.0.0
Pre-release
Pre-release
This is a complete rewrite of the runner to use the analysis
package. All the internals are the same but we now have a better way to report issues which also enables us to report suggested fixes. By using the --fix
flag we can finally fix the reported issues and re-format the code for us. 🎉
For now we can't handle suggested fixes in golangci-lint
so you'll have to install wsl
and run the fixer separate from golangci-lint
until that's addressed.
What's Changed
- Add fixer by @bombsimon in #72
- Treat
IncDecStmt
asAssignStmt
by @bombsimon in #123
Full Changelog: v3.4.0...v4.0.0