Skip to content

Commit 3d2341e

Browse files
committed
docs: Update documentation and assets
1 parent a12be2d commit 3d2341e

File tree

3 files changed

+44
-3
lines changed

3 files changed

+44
-3
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
22
There is the most valuable changes log:
33

4+
### v1.52.0
5+
6+
1. updated linters
7+
* `asciicheck`: from 0.1.1 to 0.2.0
8+
* `bidichk`: from 0.2.3 to 0.2.4
9+
* `contextcheck`: from 1.1.3 to 1.1.4
10+
* `dupword`: from 0.0.9 to 0.0.11
11+
* `durationcheck`: from 0.0.9 to 0.0.10
12+
* `errchkjson`: from 0.3.0 to 0.3.1
13+
* `errname`: from 0.1.7 to 0.1.9
14+
* `forbidigo`: from 1.4.0 to 1.5.1
15+
* `gci`: from 0.9.1 to 0.10.1
16+
* `ginkgolinter`: from 0.8.1 to 0.9.0
17+
* `go-critic`: from 0.6.7 to 0.7.0
18+
* `go-errorlint`: from 1.1.0 to 1.4.0
19+
* `godox`: bump to HEAD
20+
* `lll`: skip go command
21+
* `loggercheck`: from 0.9.3 to 0.9.4
22+
* `musttag`: from 0.4.5 to 0.5.0
23+
* `nilnil`: from 0.1.1 to 0.1.3
24+
* `noctx`: from 0.0.1 to 0.0.2
25+
* `revive`: from 1.2.5 to 1.3.1
26+
* `rowserrcheck`: remove limitation related to generics support
27+
* `staticcheck`: from 0.4.2 to 0.4.3
28+
* `testpackage`: from 1.1.0 to 1.1.1
29+
* `tparallel`: from 0.2.1 to 0.3.0
30+
* `wastedassign`: remove limitation related to generics support
31+
* `wrapcheck`: from 2.8.0 to 2.8.1
32+
2. misc.
33+
* Add TeamCity output format
34+
* Consider path prefix when matching path patterns
35+
* Add Go version to version information
36+
3. Documentation
37+
* Add Tekton in Trusted By page
38+
* Clarify that custom linters are not enabled by default
39+
* Remove description for deprecated "go" option
40+
441
### v1.51.2
542

643
1. updated linters

assets/github-action-config.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"MinorVersionToConfig": {
33
"latest": {
4-
"TargetVersion": "v1.51.2",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.51.2/golangci-lint-1.51.2-linux-amd64.tar.gz"
4+
"TargetVersion": "v1.52.0",
5+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.52.0/golangci-lint-1.52.0-linux-amd64.tar.gz"
66
},
77
"v1.10": {
88
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@@ -177,6 +177,10 @@
177177
"TargetVersion": "v1.51.2",
178178
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.51.2/golangci-lint-1.51.2-linux-amd64.tar.gz"
179179
},
180+
"v1.52": {
181+
"TargetVersion": "v1.52.0",
182+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.52.0/golangci-lint-1.52.0-linux-amd64.tar.gz"
183+
},
180184
"v1.6": {
181185
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
182186
},

docs/template_data.state

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
This file stores hash of website templates to trigger Netlify rebuild when something changes, e.g. new linter is added.
2-
c80d06da70dd682f6b984675eb5b193e4a47552fa15e1a732a189901c5505e74
2+
ceb4fb9c7eda1a42ff620cd28e79cd498405f0d15679634cb5dff399fa9faece

0 commit comments

Comments
 (0)