Skip to content

Commit 512996e

Browse files
committed
tidy
1 parent 6e3cb8f commit 512996e

File tree

3 files changed

+324
-6
lines changed

3 files changed

+324
-6
lines changed

.golangci.reference.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1935,7 +1935,6 @@ linters:
19351935
- noctx
19361936
- nolintlint
19371937
- nonamedreturns
1938-
- nosnakecase
19391938
- nosprintfhostport
19401939
- paralleltest
19411940
- prealloc
@@ -2037,7 +2036,6 @@ linters:
20372036
- noctx
20382037
- nolintlint
20392038
- nonamedreturns
2040-
- nosnakecase
20412039
- nosprintfhostport
20422040
- paralleltest
20432041
- prealloc

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golangci/golangci-lint
22

3-
go 1.19
3+
go 1.17
44

55
require (
66
4d63.com/gochecknoglobals v0.1.0
@@ -157,7 +157,6 @@ require (
157157
github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 // indirect
158158
github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 // indirect
159159
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
160-
github.com/sivchari/nosnakecase v1.7.0
161160
github.com/spf13/afero v1.8.2 // indirect
162161
github.com/spf13/cast v1.5.0 // indirect
163162
github.com/spf13/jwalterweatherman v1.1.0 // indirect

0 commit comments

Comments
 (0)