File tree Expand file tree Collapse file tree 8 files changed +328
-337
lines changed Expand file tree Collapse file tree 8 files changed +328
-337
lines changed Original file line number Diff line number Diff line change 11Follow the news and releases on our [ twitter] ( https://twitter.com/golangci ) and our [ blog] ( https://medium.com/golangci ) .
22There is the most valuable changes log:
33
4+ ### v1.51.1
5+
6+ 1 . updated linters
7+ * ` ginkgolinter ` : from 0.7.1 to 0.8.1
8+ * ` ineffassign ` : bump to HEAD
9+ * ` musttag ` : from 0.4.3 to 0.4.4
10+ * ` sqlclosecheck ` : from 0.3.0 to 0.4.0
11+ * ` staticcheck ` : bump to v0.4.0
12+ * ` wastedassign ` : from 2.0.6 to 2.0.7
13+ * ` wrapcheck ` : from 2.7.0 to 2.8.0
14+
415### v1.51.0
516
6171 . new linters
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11{
22 "MinorVersionToConfig" : {
33 "latest" : {
4- "TargetVersion" : " v1.51.0 " ,
5- "AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.51.0 /golangci-lint-1.51.0 -linux-amd64.tar.gz"
4+ "TargetVersion" : " v1.51.1 " ,
5+ "AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.51.1 /golangci-lint-1.51.1 -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"
174174 "AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.50.1/golangci-lint-1.50.1-linux-amd64.tar.gz"
175175 },
176176 "v1.51" : {
177- "TargetVersion" : " v1.51.0 " ,
178- "AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.51.0 /golangci-lint-1.51.0 -linux-amd64.tar.gz"
177+ "TargetVersion" : " v1.51.1 " ,
178+ "AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.51.1 /golangci-lint-1.51.1 -linux-amd64.tar.gz"
179179 },
180180 "v1.6" : {
181181 "Error" : " golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ module.exports = {
2121 footer : `© ${ new Date ( ) . getFullYear ( ) } ` ,
2222 } ,
2323 plugins : [
24+ `gatsby-plugin-netlify` ,
2425 `gatsby-alias-imports` ,
2526 `gatsby-transformer-sharp` ,
2627 `gatsby-plugin-sharp` ,
@@ -106,7 +107,6 @@ module.exports = {
106107 } ,
107108 } ,
108109 `gatsby-plugin-netlify` ,
109- `gatsby-plugin-netlify-cache` ,
110110 `gatsby-plugin-catch-links` ,
111111 `gatsby-plugin-emotion` ,
112112 `gatsby-plugin-react-helmet` ,
You can’t perform that action at this time.
0 commit comments