We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e0648 commit 2eca3f1Copy full SHA for 2eca3f1
.golangci.json
@@ -10,20 +10,20 @@
10
]
11
},
12
"run": {
13
- "skip-dirs": [
+ "deadline": "5m"
14
+ },
15
+ "issues": {
16
+ "exclude-dirs": [
17
"build",
18
"contrib",
19
"manifests",
20
"package",
21
"scripts",
22
"vendor"
23
],
- "skip-files": [
24
+ "exclude-files": [
25
"/zz_generated_"
26
- "deadline": "5m"
- },
- "issues": {
27
"exclude-rules": [
28
{
29
"linters": "typecheck",
@@ -43,4 +43,4 @@
43
}
44
45
46
-}
+}
0 commit comments