Skip to content

Releases: golangci/golangci-lint

v1.9.3

29 Jul 19:58
Compare
Choose a tag to compare

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

29 Jul 10:10
Compare
Choose a tag to compare

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

01 Jul 19:01
Compare
Choose a tag to compare

Changelog

1774bf2 Fix #148: fix false-positive from unused if cgo is used
95b0757 Fix marking file with cgo as autogenerated

Docker images

  • docker pull golangci/golangci-lint:v1.9.1
  • docker pull golangci/golangci-lint:v1.9
  • docker pull golangci/golangci-lint:latest

v1.9

30 Jun 20:47
Compare
Choose a tag to compare

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

29 Jun 05:36
6dd4f07
Compare
Choose a tag to compare

Changelog

6dd4f07 Fix file leak in lll

Docker images

  • docker pull golangci/golangci-lint:v1.8.1
  • docker pull golangci/golangci-lint:v1.8
  • docker pull golangci/golangci-lint:latest

v1.8

28 Jun 21:21
Compare
Choose a tag to compare

Changelog

7b2a63d Fix #100: misspell linter support
1a9af12 Fix #96: support lll

Docker images

  • docker pull golangci/golangci-lint:v1.8
  • docker pull golangci/golangci-lint:v1.8
  • docker pull golangci/golangci-lint:latest

v1.7.3

28 Jun 07:27
Compare
Choose a tag to compare

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

19 Jun 13:44
Compare
Choose a tag to compare

Changelog

93311ae Fix #122: don't crash govet on tests-only packages

Docker images

  • docker pull golangci/golangci-lint:v1.7.2
  • docker pull golangci/golangci-lint:v1.7
  • docker pull golangci/golangci-lint:latest

v1.7.1

19 Jun 07:05
Compare
Choose a tag to compare

Changelog

020c948 Analyze project even if fatal import dir error
ebbfc26 Fix #94: load object files for govet for old go

Docker images

  • docker pull golangci/golangci-lint:v1.7.1
  • docker pull golangci/golangci-lint:v1.7
  • docker pull golangci/golangci-lint:latest

v1.7

18 Jun 06:56
Compare
Choose a tag to compare

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