File tree Expand file tree Collapse file tree 2 files changed +36
-18
lines changed Expand file tree Collapse file tree 2 files changed +36
-18
lines changed Original file line number Diff line number Diff line change
1
+ version : " 2"
1
2
linters :
2
- disable-all : true
3
+ default : none
3
4
enable :
4
5
- errcheck
5
- - gosimple
6
6
- govet
7
7
- ineffassign
8
8
- staticcheck
9
+ - unconvert
9
10
- unused
10
-
11
- - gofumpt
11
+ exclusions :
12
+ generated : lax
13
+ presets :
14
+ - comments
15
+ - common-false-positives
16
+ - legacy
17
+ - std-error-handling
18
+ paths :
19
+ - third_party$
20
+ - builtin$
21
+ - examples$
22
+ formatters :
23
+ enable :
12
24
- gci
13
- - unconvert
14
-
15
- linters-settings :
16
- gci :
17
- custom-order : true
18
- sections :
19
- - standard
20
- - default
21
- - localmodule
22
- gofumpt :
23
- module-path : github.com/aaronjheng/kafka-cli
25
+ - gofumpt
26
+ settings :
27
+ gci :
28
+ sections :
29
+ - standard
30
+ - default
31
+ - localmodule
32
+ custom-order : true
33
+ gofumpt :
34
+ module-path : github.com/aaronjheng/kafka-cli
35
+ exclusions :
36
+ generated : lax
37
+ paths :
38
+ - third_party$
39
+ - builtin$
40
+ - examples$
Original file line number Diff line number Diff line change 8
8
plugins :
9
9
sources :
10
10
- id : trunk
11
- ref : v1.6.7
11
+ ref : v1.6.8
12
12
uri : https://github.com/trunk-io/plugins
13
13
14
14
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
@@ -24,14 +24,15 @@ lint:
24
24
- checkov
25
25
- osv-scanner
26
26
- prettier
27
+ - golangci-lint
27
28
enabled :
29
+ - golangci-lint2@2.0.2
28
30
- cspell@8.18.1
29
31
- actionlint@1.7.7
30
32
- git-diff-check
31
33
- gofmt@1.20.4
32
- - golangci-lint@1.64.8
33
34
- markdownlint@0.44.0
34
- - trufflehog@3.88.22
35
+ - trufflehog@3.88.23
35
36
- yamllint@1.37.0
36
37
37
38
actions :
You can’t perform that action at this time.
0 commit comments