Skip to content

Commit

Permalink
ci: remove unused lint config (#166)
Browse files Browse the repository at this point in the history
Remove an unused block from the lint config.
  • Loading branch information
stevenh authored Oct 7, 2024
1 parent 5d57bf3 commit 9280853
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ issues:
linters:
- err113

# We need to use the `err` named return for error handling.
- text: 'named return "err" with type "error" found'
linters:
- nonamedreturns

# Interface casting is fine in mock.
- path: mock_test\.go
linters:
Expand Down

0 comments on commit 9280853

Please sign in to comment.