Commit 9cca6e4 1 parent 8653f01 commit 9cca6e4 Copy full SHA for 9cca6e4
File tree 3 files changed +0
-66
lines changed
3 files changed +0
-66
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,6 @@ linters:
47
47
- stylecheck
48
48
- unconvert
49
49
50
- disable :
51
- # Incompatible with Go 1.18 (GH-568, GH-681)
52
- # https://github.com/golangci/golangci-lint/issues/2649
53
- - rowserrcheck
54
- - sqlclosecheck
55
- - structcheck
56
- - wastedassign
57
-
58
50
#
59
51
# Disable govet:fieldalignment, re-enable deprecated maligned linter until the
60
52
# Go team offers more control over the types of checks provided by the
@@ -84,17 +76,3 @@ linters-settings:
84
76
# See https://github.com/atc0005/go-ci/issues/302 for more information.
85
77
#
86
78
- fieldalignment
87
-
88
- # Incompatible with Go 1.18 (GH-568)
89
- # https://github.com/golangci/golangci-lint/issues/2649
90
- - nilness
91
- - unusedwrite
92
-
93
- gocritic :
94
- disable :
95
- # Incompatible with Go 1.18 (GH-568)
96
- # https://github.com/golangci/golangci-lint/issues/2649
97
- - hugeParam
98
- - rangeValCopy
99
- - typeDefFirst
100
- - paramTypeCombine
Original file line number Diff line number Diff line change @@ -47,14 +47,6 @@ linters:
47
47
- stylecheck
48
48
- unconvert
49
49
50
- disable :
51
- # Incompatible with Go 1.18 (GH-568, GH-681)
52
- # https://github.com/golangci/golangci-lint/issues/2649
53
- - rowserrcheck
54
- - sqlclosecheck
55
- - structcheck
56
- - wastedassign
57
-
58
50
#
59
51
# Disable govet:fieldalignment, re-enable deprecated maligned linter until the
60
52
# Go team offers more control over the types of checks provided by the
@@ -84,17 +76,3 @@ linters-settings:
84
76
# See https://github.com/atc0005/go-ci/issues/302 for more information.
85
77
#
86
78
- fieldalignment
87
-
88
- # Incompatible with Go 1.18 (GH-568)
89
- # https://github.com/golangci/golangci-lint/issues/2649
90
- - nilness
91
- - unusedwrite
92
-
93
- gocritic :
94
- disable :
95
- # Incompatible with Go 1.18 (GH-568)
96
- # https://github.com/golangci/golangci-lint/issues/2649
97
- - hugeParam
98
- - rangeValCopy
99
- - typeDefFirst
100
- - paramTypeCombine
Original file line number Diff line number Diff line change @@ -59,14 +59,6 @@ linters:
59
59
- stylecheck
60
60
- unconvert
61
61
62
- disable :
63
- # Incompatible with Go 1.18 (GH-568, GH-681)
64
- # https://github.com/golangci/golangci-lint/issues/2649
65
- - rowserrcheck
66
- - sqlclosecheck
67
- - structcheck
68
- - wastedassign
69
-
70
62
#
71
63
# Disable govet:fieldalignment, re-enable deprecated maligned linter until the
72
64
# Go team offers more control over the types of checks provided by the
@@ -97,17 +89,3 @@ linters-settings:
97
89
# See https://github.com/atc0005/go-ci/issues/302 for more information.
98
90
#
99
91
- fieldalignment
100
-
101
- # Incompatible with Go 1.18 (GH-568)
102
- # https://github.com/golangci/golangci-lint/issues/2649
103
- - nilness
104
- - unusedwrite
105
-
106
- gocritic :
107
- disable :
108
- # Incompatible with Go 1.18 (GH-568)
109
- # https://github.com/golangci/golangci-lint/issues/2649
110
- - hugeParam
111
- - rangeValCopy
112
- - typeDefFirst
113
- - paramTypeCombine
You can’t perform that action at this time.
0 commit comments