ci-lint: disable ifshort
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ enable = [
|
|||||||
"gosec",
|
"gosec",
|
||||||
"gosimple",
|
"gosimple",
|
||||||
"govet",
|
"govet",
|
||||||
"ifshort",
|
# "ifshort",
|
||||||
"importas",
|
"importas",
|
||||||
"ineffassign",
|
"ineffassign",
|
||||||
"lll",
|
"lll",
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@ type target interface {
|
|||||||
// Store a float64 at the target
|
// Store a float64 at the target
|
||||||
setFloat64(v float64) error
|
setFloat64(v float64) error
|
||||||
|
|
||||||
// Stores any value at the target
|
// Stores any value at the target
|
||||||
set(v reflect.Value) error
|
set(v reflect.Value) error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user