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 34305a2 commit 0ca4d94Copy full SHA for 0ca4d94
.golangci.yaml
@@ -1,2 +1,34 @@
1
-run:
2
- timeout: 10m
+version: "2"
+linters:
3
+ enable:
4
+ - govet
5
+ - unused
6
+ - ineffassign
7
+ - unconvert
8
+ - unparam
9
+ exclusions:
10
+ generated: lax
11
+ presets:
12
+ - comments
13
+ - common-false-positives
14
+ - legacy
15
+ - std-error-handling
16
+ paths:
17
+ - vendor/
18
+ - third_party$
19
+ - builtin$
20
+ - examples$
21
+formatters:
22
23
+ - goimports
24
+ settings:
25
+ goimports:
26
+ local-prefixes:
27
+ - github.com/redhat-developer/gitops-backend
28
29
30
31
32
33
34
0 commit comments