Skip to content

Commit

Permalink
Remove space in golangci-lint tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
onetechnical committed Apr 25, 2024
1 parent f4882ae commit 04232b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
golangci_lint_version: "v1.53.2"
golangci_lint_flags: "-c .golangci.yml --allow-parallel-runners"
reporter: "github-pr-review"
tool_name: "Lint Errors"
tool_name: "LintErrors"
level: "error"
fail_on_error: true
# Non-Blocking Warnings Section
Expand Down

0 comments on commit 04232b5

Please sign in to comment.