Skip to content

Releases: golangci/golangci-lint

v1.11.2

29 Oct 14:17
Compare
Choose a tag to compare

Changelog

f5f7701 Fix #261: build-tags fix for package loader

Docker images

  • docker pull golangci/golangci-lint:v1.11.2
  • docker pull golangci/golangci-lint:v1.11
  • docker pull golangci/golangci-lint:latest

v1.11.1

28 Oct 16:57
f9e1c65
Compare
Choose a tag to compare

Changelog

8fceb7f Fix #209: support goimports.local-prefix option for goimports
fbcc552 Fix #232: change license from AGPL to GPL
87cb7bf Fix skip-dirs options after support of go/packages
6aeecb7 docs for #222: add info about VS Code configuration

Docker images

  • docker pull golangci/golangci-lint:v1.11.1
  • docker pull golangci/golangci-lint:v1.11
  • docker pull golangci/golangci-lint:latest

v1.11

28 Oct 15:25
17508ab
Compare
Choose a tag to compare

Changelog

59c3d20 Add install.sh to the repo and update readme. Fixes #233
0421bac Fix #237, fix #178: use go/packages
b307cc3 Fix formatting with updated goimports version
d55cc88 Fix nolint comment in readme
889e38c Make it build with go1.11
1759c57 Replace ENTRYPOINT with CMD
a84578d Tweak log entry for "not compiling" packages.
90b06c3 Update REAMDE for ale-vim support
8d4075b Update readme
01ec556 added golangci-lint badge to repo
3e87812 address CR comments
6ecea1c config: gas => gosec defaults.
37a3179 fix: update dockerfile to use golang 1.11
b81346f linters/errcheck: add support for ignore/exclude flags
9f0dcd6 readme: fix typo in sample config.
4570c04 remove panic for fmt.Fprintf (bit prettier when printing to console)
0c82b64 return gosec default excludes: it's too annoying for users
58c7cce update building from source in readme to include buildFlags.
e5a60ca update generated readme
17508ab update golang.org/x/tools
6f6d496 update golang.org/x/tools in go.mod
0e2be20 vendor: update golang.org/x/tools including goimports formatting changes

Docker images

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

v1.10.2

02 Sep 12:31
dbfcf63
Compare
Choose a tag to compare

Changelog

f93c2e0 Fix #164: update GAS to the latest gosec
dbfcf63 Issue #205: support go modules
8a478c4 Prepare for #164: rename GAS to gosec
0ef36f4 Prepare for #205: use forked repos without aliases
47440bc don't print config parsing info logs twice
a24cc87 refactor lintersdb: split it into abstractions

Docker images

  • docker pull golangci/golangci-lint:v1.10.2
  • docker pull golangci/golangci-lint:v1.10
  • docker pull golangci/golangci-lint:latest

v1.10.1

27 Aug 20:44
c37ad66
Compare
Choose a tag to compare

Changelog

c37ad66 Fix #206: build golangci-lint on go1.11
2db694a exit with the code 5 if no go files to analyze
f81283f get build package from packages.Package for golangci/golangci#12
e58c27e move source code lines extraction to processor and store source lines in output json
284447f prettify issue texts

Docker images

  • docker pull golangci/golangci-lint:v1.10.1
  • docker pull golangci/golangci-lint:v1.10
  • docker pull golangci/golangci-lint:latest

v1.10

12 Aug 19:38
Compare
Choose a tag to compare

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

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