Commit 6214402 1 parent 01bc431 commit 6214402 Copy full SHA for 6214402
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
args : --timeout 5m --new-from-rev=HEAD~1 --issues-exit-code=0
24
24
- name : Run tests
25
25
run : |
26
- GOPATH="$(dirname ${PWD})" golangci-lint run --out-format --issues-exit-code=0 checkstyle ./... > golangci-lint-report.out
26
+ GOPATH="$(dirname ${PWD})" golangci-lint run --out-format checkstyle --issues-exit-code=0 ./... > golangci-lint-report.out
27
27
go test -short -coverprofile=coverage.out -json ./... > test-report.out
28
28
- name : SonarCloud Scan
29
29
uses : sonarsource/sonarcloud-github-action@master
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ batch_count: 100
74
74
dlq :
75
75
disabled : false # disable dead letter queue
76
76
topic : " " # dead letter topic name, it can be assigned in the kafka config's format_dlq_topic
77
- retry_interval : " 10s" # retry time interval of the message if can't be processed
77
+ retry_interval : " 10s" # retry time interval of the message if can't be processed, default is 10s
78
78
start_offset : 0 # same as start_offset but for dead letter topic
79
79
skip : # same as skip but just for dead letter topic and not need to specify topic name
80
80
# example skip offset
You can’t perform that action at this time.
0 commit comments