Skip to content

Commit 6214402

Browse files
committed
chore: pipeline update
Signed-off-by: Eray Ates <[email protected]>
1 parent 01bc431 commit 6214402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
args: --timeout 5m --new-from-rev=HEAD~1 --issues-exit-code=0
2424
- name: Run tests
2525
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
2727
go test -short -coverprofile=coverage.out -json ./... > test-report.out
2828
- name: SonarCloud Scan
2929
uses: sonarsource/sonarcloud-github-action@master

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ batch_count: 100
7474
dlq:
7575
disabled: false # disable dead letter queue
7676
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
7878
start_offset: 0 # same as start_offset but for dead letter topic
7979
skip: # same as skip but just for dead letter topic and not need to specify topic name
8080
# example skip offset

0 commit comments

Comments
 (0)