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