Releases: golangci/golangci-lint
v1.10
Changelog
9ec959f Close #187: disable typecheck for golangci.com by default
faa7599 Close #191: fork Misspell and merge 3 pending PR-s into it
a2b9012 Close #196: disable GAS (gosec) by default
b900926 Fix #121, fix #186: remove --silent,-s flag: be silent by default
0262f00 Fix #130: update ineffassign: fix crash on break/continue outside of loop
55cdda4 Fix #159: add silent option to .golangci.example.yml
bc945a1 Improve lll parsing for very long lines
a2450a5 Path Prefix was broken on depguard
1f3d5b2 Update depguard with Glob matching support
d3eb3ed point users to --new-from-rev=HEAD~ for CI setups in --help
b1948fd remove GOLANGCI_COM_RUN: make runs in golangci.com and local runs identical
Docker images
docker pull golangci/golangci-lint:v1.10
docker pull golangci/golangci-lint:v1.10
docker pull golangci/golangci-lint:latest
v1.9.3
Changelog
8156b9f Closes #104: improve readability of memory comparison
ca558ca Closes #154: set typecheker sizes as types.SizesFor(build.Default.Compiler, build.Default.GOARCH)
069e66a Closes #75: golangci-lint linters now prints current linters configuration
973c9fd Fix #126: fix working with symlinks
Docker images
docker pull golangci/golangci-lint:v1.9.3
docker pull golangci/golangci-lint:v1.9
docker pull golangci/golangci-lint:latest
v1.9.2
Changelog
5d04557 #156, #157: properly detect type errors in dependencies
e17b954 Add tab-width option to lll linter
d78dcce Fix comment message
9b866bc Fix comment message
3a806e9 add gcc to dockerfile: cgo doesn't work without it
d02ac24 disable go1.11 in travis and make some small fixes for go1.11
99d0454 fix crashes on go1.11: build releases on go1.11
c5721f5 update Gopkg.lock for a newer dep format and update x/tools package
Docker images
docker pull golangci/golangci-lint:v1.9.2
docker pull golangci/golangci-lint:v1.9
docker pull golangci/golangci-lint:latest
v1.9.1
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