Skip to content

Commit

Permalink
Merge pull request #233 from henry118/linter
Browse files Browse the repository at this point in the history
update golangci-lint to vl.55.0
  • Loading branch information
dmcgowan authored Oct 30, 2023
2 parents 1743d91 + e08b7e4 commit 206f576
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
fetch-depth: 25

- name: Dependencies
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0

- name: Lint
shell: bash
Expand Down
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@ linters:
disable:
- errcheck

issues:
exclude-rules:
- linters:
- revive
text: "unused-parameter"

run:
timeout: 3m

0 comments on commit 206f576

Please sign in to comment.