Update docs for v1.35.2 (#1643)

This commit is contained in:
Sergey Vilgelm 2021-01-10 21:15:25 -06:00 committed by GitHub
parent 1da57014f9
commit 638b070717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View File

@ -10,6 +10,7 @@ There is the most valuable changes log:
* `thelper` from 0.1.0 to 0.2.0, to 0.2.1 * `thelper` from 0.1.0 to 0.2.0, to 0.2.1
* Validate `go-critic` settings * Validate `go-critic` settings
* `gofumpt` to v0.1.0 * `gofumpt` to v0.1.0
* `gci` to v0.2.8
3. fix: modules-download-mode support 3. fix: modules-download-mode support
4. documentation: 4. documentation:
* bump documentation dependencies * bump documentation dependencies

View File

@ -66,8 +66,8 @@ The Core Team has the following responsibilities:
<td align="center"><a href="tammach.dev?utm_source=golangci-lint-contributors"><img src="https://avatars3.githubusercontent.com/u/9019229?u=434a8656f0f0917d35fe56322c81811036ec0e0c&v=4" width="100px;" alt=""/><br /><sub><b>Tam Mach</b></sub></a></td> <td align="center"><a href="tammach.dev?utm_source=golangci-lint-contributors"><img src="https://avatars3.githubusercontent.com/u/9019229?u=434a8656f0f0917d35fe56322c81811036ec0e0c&v=4" width="100px;" alt=""/><br /><sub><b>Tam Mach</b></sub></a></td>
<td align="center"><a href="tpounds.com?utm_source=golangci-lint-contributors"><img src="https://avatars2.githubusercontent.com/u/195041?u=cab053161e59fece04c051169b59882b299ce97a&v=4" width="100px;" alt=""/><br /><sub><b>Trevor Pounds</b></sub></a></td> <td align="center"><a href="tpounds.com?utm_source=golangci-lint-contributors"><img src="https://avatars2.githubusercontent.com/u/195041?u=cab053161e59fece04c051169b59882b299ce97a&v=4" width="100px;" alt=""/><br /><sub><b>Trevor Pounds</b></sub></a></td>
<td align="center"><a href="vilgelm.com?utm_source=golangci-lint-contributors"><img src="https://avatars2.githubusercontent.com/u/523825?u=0d68efb10b9bbd957a2cf71c6633cf24f2e63106&v=4" width="100px;" alt=""/><br /><sub><b>Sergey Vilgelm</b></sub></a></td> <td align="center"><a href="vilgelm.com?utm_source=golangci-lint-contributors"><img src="https://avatars2.githubusercontent.com/u/523825?u=0d68efb10b9bbd957a2cf71c6633cf24f2e63106&v=4" width="100px;" alt=""/><br /><sub><b>Sergey Vilgelm</b></sub></a></td>
<td align="center"><a href="https://sawert.se?utm_source=golangci-lint-contributors"><img src="https://avatars2.githubusercontent.com/u/3248948?u=e0241adee6c5b4f80c0cd17559dadbe8065754cf&v=4" width="100px;" alt=""/><br /><sub><b>Simon Sawert</b></sub></a></td>
<td align="center"><a href="ldez.github.io/?utm_source=golangci-lint-contributors"><img src="https://avatars0.githubusercontent.com/u/5674651?u=45f0e097891f1e7e0c45c5224dcce11c867038af&v=4" width="100px;" alt=""/><br /><sub><b>Ludovic Fernandez</b></sub></a></td> <td align="center"><a href="ldez.github.io/?utm_source=golangci-lint-contributors"><img src="https://avatars0.githubusercontent.com/u/5674651?u=45f0e097891f1e7e0c45c5224dcce11c867038af&v=4" width="100px;" alt=""/><br /><sub><b>Ludovic Fernandez</b></sub></a></td>
<td align="center"><a href="https://sawert.se?utm_source=golangci-lint-contributors"><img src="https://avatars2.githubusercontent.com/u/3248948?u=e0241adee6c5b4f80c0cd17559dadbe8065754cf&v=4" width="100px;" alt=""/><br /><sub><b>Simon Sawert</b></sub></a></td>
<td align="center"><a href="https://critical.today?utm_source=golangci-lint-contributors"><img src="https://avatars3.githubusercontent.com/u/939646?u=9e11cf6d10e95c7b7f23b2a0199149139b387111&v=4" width="100px;" alt=""/><br /><sub><b>@iwankgb</b></sub></a></td> <td align="center"><a href="https://critical.today?utm_source=golangci-lint-contributors"><img src="https://avatars3.githubusercontent.com/u/939646?u=9e11cf6d10e95c7b7f23b2a0199149139b387111&v=4" width="100px;" alt=""/><br /><sub><b>@iwankgb</b></sub></a></td>
<td align="center"><a href="https://github.com/daixiang0?utm_source=golangci-lint-contributors"><img src="https://avatars1.githubusercontent.com/u/26538619?u=6261612ded324edb4ce57dce98e40413276aeb74&v=4" width="100px;" alt=""/><br /><sub><b>Long Dai</b></sub></a></td> <td align="center"><a href="https://github.com/daixiang0?utm_source=golangci-lint-contributors"><img src="https://avatars1.githubusercontent.com/u/26538619?u=6261612ded324edb4ce57dce98e40413276aeb74&v=4" width="100px;" alt=""/><br /><sub><b>Long Dai</b></sub></a></td>
</tr> </tr>

View File

@ -1,8 +1,8 @@
{ {
"MinorVersionToConfig": { "MinorVersionToConfig": {
"latest": { "latest": {
"TargetVersion": "v1.35.1", "TargetVersion": "v1.35.2",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.35.1/golangci-lint-1.35.1-linux-amd64.tar.gz" "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.35.2/golangci-lint-1.35.2-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"
@ -104,8 +104,8 @@
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.34.1/golangci-lint-1.34.1-linux-amd64.tar.gz" "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.34.1/golangci-lint-1.34.1-linux-amd64.tar.gz"
}, },
"v1.35": { "v1.35": {
"TargetVersion": "v1.35.1", "TargetVersion": "v1.35.2",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.35.1/golangci-lint-1.35.1-linux-amd64.tar.gz" "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.35.2/golangci-lint-1.35.2-linux-amd64.tar.gz"
}, },
"v1.4": { "v1.4": {
"Error": "golangci-lint version 'v1.4' isn't supported: we support only v1.14.0 and later versions" "Error": "golangci-lint version 'v1.4' 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.
de1c16b5d2a5be89fc0dc163b27c1e4bd3245073058c68597bdeffb9833e8b31 c3f676e978413fb7c5412e0fd43a8876b594d1e369c385d6cf4cd68dda4e054c