File tree 2 files changed +27
-12
lines changed
2 files changed +27
-12
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ website/node_modules
25
25
* .test
26
26
* .iml
27
27
trace.txt
28
+ * .bck.yml
28
29
29
30
website /vendor
30
31
Original file line number Diff line number Diff line change 1
- # Visit https://golangci-lint.run/ for usage documentation
2
- # and information on other useful linters
3
- issues :
4
- max-per-linter : 0
5
- max-same-issues : 0
6
-
1
+ version : " 2"
7
2
linters :
8
- disable-all : true
3
+ default : none
9
4
enable :
10
5
- durationcheck
11
6
- errcheck
12
- - exportloopref
13
7
- forcetypeassert
14
8
- godot
15
- - gofmt
16
- - gosimple
9
+ - govet
17
10
- ineffassign
18
11
- makezero
19
12
- misspell
20
13
- nilerr
21
14
- predeclared
22
15
- staticcheck
23
- - tenv
24
16
- unconvert
25
17
- unparam
26
18
- unused
27
- - govet
19
+ exclusions :
20
+ generated : lax
21
+ presets :
22
+ - comments
23
+ - common-false-positives
24
+ - legacy
25
+ - std-error-handling
26
+ paths :
27
+ - third_party$
28
+ - builtin$
29
+ - examples$
30
+ issues :
31
+ max-issues-per-linter : 0
32
+ max-same-issues : 0
33
+ formatters :
34
+ enable :
35
+ - gofmt
36
+ exclusions :
37
+ generated : lax
38
+ paths :
39
+ - third_party$
40
+ - builtin$
41
+ - examples$
You can’t perform that action at this time.
0 commit comments