Releases: golangci/golangci-lint
v1.12.3
Changelog
cb5d1da Add support for home directory expansion for -c/--config flag
27752e8 add command 'golangci-lint config path'
55a18ae don't make typecheck issues without file/line info
255a39b fix #302: fix concurrent astcache access
dba3907 improve typecheck errors parsing
014a924 remove unnecessary command from Dockerfile
7278b7a setup typecheck error file if it's empty
Docker images
docker pull golangci/golangci-lint:v1.12.3
docker pull golangci/golangci-lint:v1.12
docker pull golangci/golangci-lint:latest
v1.12.2
v1.12.1
v1.12
Changelog
a57bc83 On of cases for #260: fix crash in staticcheck
89b7e42 Use git describe --tags
to get most recent tag reachable from HEAD
0935ce1 fix #132: support go-critic linter
7d51954 fix #199: support gochecknoinits, gochecknoglobals
84c9c65 fix #243: support Scopelint linter
Docker images
docker pull golangci/golangci-lint:v1.12
docker pull golangci/golangci-lint:v1.12
docker pull golangci/golangci-lint:latest
v1.11.3
Changelog
c02a6da Fix #263: fix goimports performance with modules
ccac35a Fix false positives with unused identifiers
3345c71 fix #264: fix Windows compatibility
0bc2523 fix #266: docs: reorder sections and update changelog
71b940e fix markdownlint issues
a4d7d7a logging for corrupted SSA packages
Docker images
docker pull golangci/golangci-lint:v1.11.3
docker pull golangci/golangci-lint:v1.11
docker pull golangci/golangci-lint:latest
v1.11.2
v1.11.1
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
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
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
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