Skip to content

Commit

Permalink
chore: pipeline update
Browse files Browse the repository at this point in the history
Signed-off-by: Eray Ates <[email protected]>
  • Loading branch information
rytsh committed Jan 7, 2024
1 parent 01bc431 commit 6214402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
args: --timeout 5m --new-from-rev=HEAD~1 --issues-exit-code=0
- name: Run tests
run: |
GOPATH="$(dirname ${PWD})" golangci-lint run --out-format --issues-exit-code=0 checkstyle ./... > golangci-lint-report.out
GOPATH="$(dirname ${PWD})" golangci-lint run --out-format checkstyle --issues-exit-code=0 ./... > golangci-lint-report.out
go test -short -coverprofile=coverage.out -json ./... > test-report.out
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ batch_count: 100
dlq:
disabled: false # disable dead letter queue
topic: "" # dead letter topic name, it can be assigned in the kafka config's format_dlq_topic
retry_interval: "10s" # retry time interval of the message if can't be processed
retry_interval: "10s" # retry time interval of the message if can't be processed, default is 10s
start_offset: 0 # same as start_offset but for dead letter topic
skip: # same as skip but just for dead letter topic and not need to specify topic name
# example skip offset
Expand Down

0 comments on commit 6214402

Please sign in to comment.