Commit 1fbf9bd 1 parent 8b77677 commit 1fbf9bd Copy full SHA for 1fbf9bd
File tree 2 files changed +17
-9
lines changed
2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 12
12
},
13
13
"linters-settings" : {
14
14
"govet" : {
15
- "check-shadowing" : false
15
+ "disable" : [
16
+ " shadow"
17
+ ]
16
18
},
17
19
"revive" : {
18
- "rules" : {
19
- "name" : " confusing-naming" ,
20
- "disabled" : true
21
- }
20
+ "rules" : [
21
+ {
22
+ "name" : " confusing-naming" ,
23
+ "disabled" : true
24
+ }
25
+ ]
22
26
}
23
27
},
24
28
"run" : {
25
- "skip-dirs" : [
26
- " pkg/generated"
27
- ],
28
29
"tests" : false ,
29
30
"timeout" : " 10m"
31
+ },
32
+ "issues" : {
33
+ "exclude-dirs" : [
34
+ " pkg/generated"
35
+ ]
30
36
}
31
37
}
Original file line number Diff line number Diff line change 1
1
module github.com/rancher/wrangler/v3
2
2
3
- go 1.23.3
3
+ go 1.23.0
4
+
5
+ toolchain go1.23.4
4
6
5
7
require (
6
8
github.com/evanphx/json-patch v5.9.0+incompatible
You can’t perform that action at this time.
0 commit comments