Releases: golangci/golangci-lint
v1.9
Changelog
a6b91cc Fix #124: support unparam linter
3ce87e6 Fix #139: don't fail govet on cgo
facc3a0 Fix #98: nakedret linter support
35f9d8e Fix unparam crash on nil constant
894ba0d Resolve #146: prealloc linter support
Docker images
docker pull golangci/golangci-lint:v1.9
docker pull golangci/golangci-lint:v1.9
docker pull golangci/golangci-lint:latest
v1.8.1
v1.8
v1.7.3
Changelog
88ebabc Fix #109, #116, #131: don't report in deadcode about unused test functions in main package
5ef542f Print first compilation error in warning about inability to run megacheck because of compilation errors
fb38e51 add all warnings and error to json if out-format=json
Docker images
docker pull golangci/golangci-lint:v1.7.3
docker pull golangci/golangci-lint:v1.7
docker pull golangci/golangci-lint:latest
v1.7.2
v1.7.1
v1.7
Changelog
219a547 Checkstyle support (#95)
2de1f87 Fix #102: fix file descriptors leak inside errcheck
9fa9e2b Fix #106: fix transitive expanding of nolint: we could nolint more lines than needed
5514c43 Fix #17, #87: govet becomes SLOW linter by default
9181ca7 Fix #78: log all warnings
7f17cf0 Remove extra backtick in install step
a1a9215 Speedup program loading on 20%.
f9027f7 Write debug logs for autogen excluding for #86
f239b80 disable the congrats message
1ff1d67 ignore 'comment on exported type ... should be of the form' by default
7495c4d readme: fix invalid link to issues-options
Docker images
docker pull golangci/golangci-lint:v1.7
docker pull golangci/golangci-lint:v1.7
docker pull golangci/golangci-lint:latest
v1.6.1
v1.6
Changelog
eee7e73 #30: support --skip-files and --skip-dirs options: they skip files and dirs by regexps
581a356 Allow --enable, --enable-all and --fast to coexist.
adb6be7 Fix #72: match more autogenerated files patterns.
5862a4b Language changes and fixed some typos.
2b587b6 Load AST for fast linters in different way.
f5a9bbb don't run megacheck if there are not compiling packages and warn about it
61c0974 improved warnings logging
Docker images
docker pull golangci/golangci-lint:v1.6
docker pull golangci/golangci-lint:v1.6
docker pull golangci/golangci-lint:latest
v1.5
Changelog
8a9b3a5 #65, #68: make //nolint processing like in gometalinter
afc4b43 #66: properly merge (not overwrite) slice flags from config and command-line
41719ec Fix typo in includeGoRoot config field
f6a7e89 skip all cgo issues
Docker images
docker pull golangci/golangci-lint:v1.5
docker pull golangci/golangci-lint:v1.5
docker pull golangci/golangci-lint:latest