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 7ce5801 commit 9c9828dCopy full SHA for 9c9828d
1 file changed
.golangci.yaml
@@ -1,9 +1,6 @@
1
version: "2"
2
run:
3
timeout: 5m
4
-output:
5
- formats:
6
- colored-line-number: {}
7
formatters:
8
enable:
9
- goimports
@@ -20,14 +17,10 @@ linters:
20
17
- misspell
21
18
- errcheck
22
19
- staticcheck
23
-issues:
24
- exclude-dirs:
25
- - api/proto
26
- - clients/java
27
- - clients/js
28
- - docs
29
- - scripts
30
- - ui
31
- fix: true
32
-severity:
33
- default-severity: error
+ exclusions:
+ paths:
+ - clients/java
+ - clients/js
+ - docs
+ - scripts
+ - ui
0 commit comments