@@ -937,18 +937,30 @@ Thanks to developers and authors of used linters:
937937Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
938938There is the most valuable changes log:
939939
940+ # ## February 2019
941+ 1. Implement auto-fixing for ` gofmt` , ` goimports` and ` misspell`
942+ 2. Update ` unparam` , ` goimports` , ` gosec` and ` go-critic`
943+ 3. Support ` issues.exclude-rules` config option
944+ 4. Add more ` identifier` marking patterns
945+ 5. Add code-climate output format
946+ 6. Fix diff parsing on windows
947+ 7. Add version information to built artifact for go1.12
948+ 8. Dockerfile: copy the binary to ` /usr/bin/` instead of ` $GOPATH /bin/`
949+ 9. Support ` ignore-words` config option for ` misspell`
950+ 10. Include ` staticcheck` check name into a message
951+
940952# ## January 2019
941953
942- 1. Update ` megacheck` (` staticcheck` ) to the latest version: it consumes much less memory .
954+ 1. Update ` megacheck` (` staticcheck` ), ` unparam ` and ` go-critic ` to the latest versions .
9439552. Support the new ` stylecheck` linter.
944- 3. Update ` go-critic ` to the latest version .
945- 4. Support of ` enabled-tags ` options for ` go-critic` .
946- 5. Make rich debugging for ` go-critic ` and meticulously validate ` go-critic ` checks config .
947- 6. Update and use upstream versions of ` unparam ` and ` interfacer ` instead of forked ones .
948- 7. Improve handling of unknown linter names in ` //nolint ` directives .
949- 8. Speedup ` typecheck ` on large project with compilation errors .
950- 9. Add support for searching for ` errcheck ` exclude file .
951- 10. Fix ` go-misc ` checksum.
956+ 3. Support of ` enabled-tags ` options for ` go-critic ` .
957+ 4. Make rich debugging for ` go-critic ` and meticulously validate ` go-critic` checks config .
958+ 5. Update and use upstream versions of ` unparam ` and ` interfacer ` instead of forked ones .
959+ 6. Improve handling of unknown linter names in ` //nolint ` directives .
960+ 7. Speedup ` typecheck ` on large project with compilation errors .
961+ 8. Add support for searching for ` errcheck ` exclude file .
962+ 9. Fix ` go-misc ` checksum .
963+ 10. Don ' t crash when staticcheck panics
952964
953965### December 2018
954966
0 commit comments