We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00bc576 commit a5b74bcCopy full SHA for a5b74bc
1 file changed
.golangci.yaml
@@ -1,14 +1,9 @@
1
run:
2
timeout: 5m
3
- skip-dirs:
4
- - api/proto
5
- - clients/java
6
- - clients/js
7
- - docs
8
- - scripts
9
- - ui
10
output:
11
- format: line-number
+ formats:
+ - `colored-line-number`
+ - `github-actions`
12
linters:
13
enable-all: false
14
disable-all: true
@@ -30,5 +25,12 @@ linters-settings:
30
25
severity: warning
31
26
issues:
32
27
fix: true
28
+ exclude-dirs:
29
+ - api/proto
+ - clients/java
+ - clients/js
+ - docs
33
+ - scripts
34
+ - ui
35
severity:
36
default-severity: error
0 commit comments