docs: Update documentation and assets (#4006)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
golangci-releaser 2023-08-11 17:53:08 +03:00 committed by GitHub
parent a9378d9bb8
commit 5abc3f7ada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 43 deletions

View File

@ -1,6 +1,14 @@
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci). Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint) and on [Twitter](https://twitter.com/golangci).
There is the most valuable changes log: There is the most valuable changes log:
### v1.54.1
1. updated linters:
* `go-critic`: from 0.8.2 to 0.9.0
2. misc.
* plugin: temporarily hide warning about using plugins using the old API
### v1.54.0 ### v1.54.0
1. updated linters: 1. updated linters:
@ -31,44 +39,11 @@ There is the most valuable changes log:
3. Documentation 3. Documentation
* Add linter descriptions. * Add linter descriptions.
#### Important **Important**
`ruleguard` (a "rule" inside `gocritic`) is disabled, only with go1.21, due to a bug of `ruleguard` `ruleguard` (a "rule" inside `gocritic`) was disabled in this release (v1.54.0) and was enabled again in the next release (v1.54.1).
The Go version should be 1.21 inside `go.mod` or be defined inside the `run` section: `exhaustruct` has breaking changes with regular expressions, more details [here](https://github.com/GaijinEntertainment/go-exhaustruct/releases/tag/v3.0.0).
<details><summary>go.mod</summary>
```go
module your/module/name
go 1.21
// ...
```
</details>
<details><summary>.golangci.yml</summary>
```yml
run:
go: '1.21'
```
</details>
<details><summary>CLI flags</summary>
```bash
--go=1.21
```
</details>
You can follow this topic by subscribing to the [issue #3933](https://github.com/golangci/golangci-lint/issues/3933).
### v1.53.3 ### v1.53.3

View File

@ -641,7 +641,7 @@ The Core Team has the following responsibilities:
<td align="center"><a href="https://github.com/takaokanbe?utm_source=golangci-lint-contributors"><img src="https://avatars.githubusercontent.com/u/62293842?u=5bb99a32d4d6db3e6fc584776d4e64b3a58f6a43&v=4" width="100px;" alt=""/><br /><sub><b>takaokanbe</b></sub></a></td> <td align="center"><a href="https://github.com/takaokanbe?utm_source=golangci-lint-contributors"><img src="https://avatars.githubusercontent.com/u/62293842?u=5bb99a32d4d6db3e6fc584776d4e64b3a58f6a43&v=4" width="100px;" alt=""/><br /><sub><b>takaokanbe</b></sub></a></td>
<td align="center"><a href="https://github.com/seanschneeweiss?utm_source=golangci-lint-contributors"><img src="https://avatars.githubusercontent.com/u/6184685?u=f9a0f1e38457a5d2bd0a2e707676dc0fcea1d054&v=4" width="100px;" alt=""/><br /><sub><b>Sean Schneeweiss</b></sub></a></td> <td align="center"><a href="https://github.com/seanschneeweiss?utm_source=golangci-lint-contributors"><img src="https://avatars.githubusercontent.com/u/6184685?u=f9a0f1e38457a5d2bd0a2e707676dc0fcea1d054&v=4" width="100px;" alt=""/><br /><sub><b>Sean Schneeweiss</b></sub></a></td>
<td align="center"><a href="https://github.com/pkprzekwas?utm_source=golangci-lint-contributors"><img src="https://avatars.githubusercontent.com/u/9121459?u=56fad5cbf6e8bead6088d0099122f9739b714bde&v=4" width="100px;" alt=""/><br /><sub><b>pprzekwas</b></sub></a></td> <td align="center"><a href="https://github.com/pkprzekwas?utm_source=golangci-lint-contributors"><img src="https://avatars.githubusercontent.com/u/9121459?u=56fad5cbf6e8bead6088d0099122f9739b714bde&v=4" width="100px;" alt=""/><br /><sub><b>pprzekwas</b></sub></a></td>
<td align="center"><a href="https://github.com/madflow?utm_source=golangci-lint-contributors"><img src="https://avatars.githubusercontent.com/u/183248?v=4" width="100px;" alt=""/><br /><sub><b>@madflow</b></sub></a></td> <td align="center"><a href="https://github.com/madflow?utm_source=golangci-lint-contributors"><img src="https://avatars.githubusercontent.com/u/183248?v=4" width="100px;" alt=""/><br /><sub><b>madflow</b></sub></a></td>
<td align="center"><a href="https://t.me/armantarkhanian?utm_source=golangci-lint-contributors"><img src="https://avatars.githubusercontent.com/u/72862404?u=74bfc1f008f3a10d8a44b889dfcd7cfb1000e4fa&v=4" width="100px;" alt=""/><br /><sub><b>Arman Tarkhanian</b></sub></a></td> <td align="center"><a href="https://t.me/armantarkhanian?utm_source=golangci-lint-contributors"><img src="https://avatars.githubusercontent.com/u/72862404?u=74bfc1f008f3a10d8a44b889dfcd7cfb1000e4fa&v=4" width="100px;" alt=""/><br /><sub><b>Arman Tarkhanian</b></sub></a></td>
<td align="center"><a href="https://github.com/adlerjohn?utm_source=golangci-lint-contributors"><img src="https://avatars.githubusercontent.com/u/3290375?u=c0b3688f4e6dbed1eef0652efadca3ed286021bf&v=4" width="100px;" alt=""/><br /><sub><b>John Adler</b></sub></a></td> <td align="center"><a href="https://github.com/adlerjohn?utm_source=golangci-lint-contributors"><img src="https://avatars.githubusercontent.com/u/3290375?u=c0b3688f4e6dbed1eef0652efadca3ed286021bf&v=4" width="100px;" alt=""/><br /><sub><b>John Adler</b></sub></a></td>
</tr> </tr>

View File

@ -1,8 +1,8 @@
{ {
"MinorVersionToConfig": { "MinorVersionToConfig": {
"latest": { "latest": {
"TargetVersion": "v1.54.0", "TargetVersion": "v1.54.1",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.54.0/golangci-lint-1.54.0-linux-amd64.tar.gz" "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.54.1/golangci-lint-1.54.1-linux-amd64.tar.gz"
}, },
"v1.10": { "v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions" "Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@ -186,8 +186,8 @@
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.53.3/golangci-lint-1.53.3-linux-amd64.tar.gz" "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.53.3/golangci-lint-1.53.3-linux-amd64.tar.gz"
}, },
"v1.54": { "v1.54": {
"TargetVersion": "v1.54.0", "TargetVersion": "v1.54.1",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.54.0/golangci-lint-1.54.0-linux-amd64.tar.gz" "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.54.1/golangci-lint-1.54.1-linux-amd64.tar.gz"
}, },
"v1.6": { "v1.6": {
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions" "Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"

View File

@ -1,2 +1,2 @@
This file stores hash of website templates to trigger Netlify rebuild when something changes, e.g. new linter is added. This file stores hash of website templates to trigger Netlify rebuild when something changes, e.g. new linter is added.
f6953a1ec4b7ec950c7647d8963d75b81a1472cfd3cca4580f031a692e13680b 3dd55e7301e3b3c9fab930bcc28a44db056ccefa15befc5a360e764d1aad1d48