File tree Expand file tree Collapse file tree 4 files changed +30
-9
lines changed Expand file tree Collapse file tree 4 files changed +30
-9
lines changed Original file line number Diff line number Diff line change 1
1
version : " 0.2"
2
- ignorePaths : [
3
- " go.mod" ,
4
- " go.sum" ,
5
- " .trunk/**"
6
- ]
2
+ ignorePaths :
3
+ - go.mod
4
+ - go.sum,
5
+ - .trunk/**
7
6
dictionaryDefinitions : []
8
7
dictionaries : []
9
8
words : []
@@ -15,4 +14,18 @@ ignoreWords:
15
14
- unconvert
16
15
- golangci
17
16
- karancode
17
+ - justfile
18
+ - gomod
19
+ - errcheck
20
+ - gosimple
21
+ - govet
22
+ - ineffassign
23
+ - staticcheck
24
+ - gofumpt
25
+ - aaronjheng
26
+ - dotenv
27
+ - compinit
28
+ - tablewriter
29
+ - mapstructure
30
+ - adrg
18
31
import : []
Original file line number Diff line number Diff line change
1
+ version : " 0.2"
2
+ # Suggestions can sometimes take longer on CI machines,
3
+ # leading to inconsistent results.
4
+ suggestionsTimeout : 5000 # ms
Original file line number Diff line number Diff line change 22
22
- osv-scanner
23
23
- prettier
24
24
enabled :
25
+ - cspell@8.17.1
25
26
- actionlint@1.7.4
26
27
- git-diff-check
27
28
- gofmt@1.20.4
Original file line number Diff line number Diff line change @@ -2,14 +2,17 @@ default_cluster: dev
2
2
3
3
clusters :
4
4
dev :
5
- brokers : [127.0.0.1:9092]
5
+ brokers :
6
+ - 127.0.0.1:9092
6
7
test :
7
8
brokers :
8
- [139.196.173.42:9093, 106.14.32.143:9093, 139.196.175.165:9093]
9
+ - 139.196.173.42:9093
10
+ - 106.14.32.143:9093
11
+ - 139.196.175.165:9093
9
12
tls :
10
13
insecure : true
11
14
cafile : /home/aaron/workspace/tools/kafka-test.cert
12
15
sasl :
13
16
mechanism : PLAIN
14
- username : 7mz26s0du00c
15
- password : 2JtyjwWOb2Gnhdin
17
+ username : xyz
18
+ password : xyz
You can’t perform that action at this time.
0 commit comments