File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,11 @@ linters-settings:
34
34
local-prefixes : kubevirt.io/kubevirt
35
35
mnd :
36
36
# don't include the "operation" and "assign"
37
- checks : argument,case,condition,return
37
+ checks :
38
+ - argument
39
+ - case
40
+ - condition
41
+ - return
38
42
ignored-functions :
39
43
- ' ^Eventually$'
40
44
- ' ^EventuallyWithOffset$'
@@ -46,12 +50,9 @@ linters-settings:
46
50
- shadow
47
51
lll :
48
52
line-length : 140
49
- maligned :
50
- suggest-new : true
51
53
misspell :
52
54
locale : US
53
55
nolintlint :
54
- allow-leading-space : true # don't require machine-readable nolint directives (i.e. with no leading space)
55
56
allow-unused : false # report any unused nolint directives
56
57
require-explanation : false # don't require an explanation for nolint directives
57
58
require-specific : false # don't require nolint directives to be specific about which linter is being skipped
@@ -66,10 +67,10 @@ linters:
66
67
disable-all : true
67
68
enable :
68
69
- bodyclose
70
+ - copyloopvar
69
71
- dogsled
70
72
- dupl
71
73
- errcheck
72
- - exportloopref
73
74
- exhaustive
74
75
- funlen
75
76
- gochecknoinits
You can’t perform that action at this time.
0 commit comments