|
1 | 1 | Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
|
2 | 2 | There is the most valuable changes log:
|
3 | 3 |
|
| 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 | + |
4 | 41 | ### v1.51.2
|
5 | 42 |
|
6 | 43 | 1. updated linters
|
|
0 commit comments