File tree 3 files changed +324
-6
lines changed 3 files changed +324
-6
lines changed Original file line number Diff line number Diff line change @@ -1935,7 +1935,6 @@ linters:
1935
1935
- noctx
1936
1936
- nolintlint
1937
1937
- nonamedreturns
1938
- - nosnakecase
1939
1938
- nosprintfhostport
1940
1939
- paralleltest
1941
1940
- prealloc
@@ -2037,7 +2036,6 @@ linters:
2037
2036
- noctx
2038
2037
- nolintlint
2039
2038
- nonamedreturns
2040
- - nosnakecase
2041
2039
- nosprintfhostport
2042
2040
- paralleltest
2043
2041
- prealloc
Original file line number Diff line number Diff line change 1
1
module github.com/golangci/golangci-lint
2
2
3
- go 1.19
3
+ go 1.17
4
4
5
5
require (
6
6
4d63.com/gochecknoglobals v0.1.0
@@ -157,7 +157,6 @@ require (
157
157
github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 // indirect
158
158
github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 // indirect
159
159
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
160
- github.com/sivchari/nosnakecase v1.7.0
161
160
github.com/spf13/afero v1.8.2 // indirect
162
161
github.com/spf13/cast v1.5.0 // indirect
163
162
github.com/spf13/jwalterweatherman v1.1.0 // indirect
You can’t perform that action at this time.
0 commit comments