docs: Update documentation and assets
This commit is contained in:
parent
a12be2d59a
commit
3d2341eb35
37
CHANGELOG.md
37
CHANGELOG.md
@ -1,6 +1,43 @@
|
||||
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
|
||||
There is the most valuable changes log:
|
||||
|
||||
### v1.52.0
|
||||
|
||||
1. updated linters
|
||||
* `asciicheck`: from 0.1.1 to 0.2.0
|
||||
* `bidichk`: from 0.2.3 to 0.2.4
|
||||
* `contextcheck`: from 1.1.3 to 1.1.4
|
||||
* `dupword`: from 0.0.9 to 0.0.11
|
||||
* `durationcheck`: from 0.0.9 to 0.0.10
|
||||
* `errchkjson`: from 0.3.0 to 0.3.1
|
||||
* `errname`: from 0.1.7 to 0.1.9
|
||||
* `forbidigo`: from 1.4.0 to 1.5.1
|
||||
* `gci`: from 0.9.1 to 0.10.1
|
||||
* `ginkgolinter`: from 0.8.1 to 0.9.0
|
||||
* `go-critic`: from 0.6.7 to 0.7.0
|
||||
* `go-errorlint`: from 1.1.0 to 1.4.0
|
||||
* `godox`: bump to HEAD
|
||||
* `lll`: skip go command
|
||||
* `loggercheck`: from 0.9.3 to 0.9.4
|
||||
* `musttag`: from 0.4.5 to 0.5.0
|
||||
* `nilnil`: from 0.1.1 to 0.1.3
|
||||
* `noctx`: from 0.0.1 to 0.0.2
|
||||
* `revive`: from 1.2.5 to 1.3.1
|
||||
* `rowserrcheck`: remove limitation related to generics support
|
||||
* `staticcheck`: from 0.4.2 to 0.4.3
|
||||
* `testpackage`: from 1.1.0 to 1.1.1
|
||||
* `tparallel`: from 0.2.1 to 0.3.0
|
||||
* `wastedassign`: remove limitation related to generics support
|
||||
* `wrapcheck`: from 2.8.0 to 2.8.1
|
||||
2. misc.
|
||||
* Add TeamCity output format
|
||||
* Consider path prefix when matching path patterns
|
||||
* Add Go version to version information
|
||||
3. Documentation
|
||||
* Add Tekton in Trusted By page
|
||||
* Clarify that custom linters are not enabled by default
|
||||
* Remove description for deprecated "go" option
|
||||
|
||||
### v1.51.2
|
||||
|
||||
1. updated linters
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"MinorVersionToConfig": {
|
||||
"latest": {
|
||||
"TargetVersion": "v1.51.2",
|
||||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.51.2/golangci-lint-1.51.2-linux-amd64.tar.gz"
|
||||
"TargetVersion": "v1.52.0",
|
||||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.52.0/golangci-lint-1.52.0-linux-amd64.tar.gz"
|
||||
},
|
||||
"v1.10": {
|
||||
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
|
||||
@ -177,6 +177,10 @@
|
||||
"TargetVersion": "v1.51.2",
|
||||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.51.2/golangci-lint-1.51.2-linux-amd64.tar.gz"
|
||||
},
|
||||
"v1.52": {
|
||||
"TargetVersion": "v1.52.0",
|
||||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.52.0/golangci-lint-1.52.0-linux-amd64.tar.gz"
|
||||
},
|
||||
"v1.6": {
|
||||
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
|
||||
},
|
||||
|
@ -1,2 +1,2 @@
|
||||
This file stores hash of website templates to trigger Netlify rebuild when something changes, e.g. new linter is added.
|
||||
c80d06da70dd682f6b984675eb5b193e4a47552fa15e1a732a189901c5505e74
|
||||
ceb4fb9c7eda1a42ff620cd28e79cd498405f0d15679634cb5dff399fa9faece
|
Loading…
x
Reference in New Issue
Block a user