Skip to content

Commit

Permalink
ci: add error linters (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Aug 22, 2024
1 parent e6fa82f commit e96e670
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ linters:
- gosec
- ineffassign
- unconvert
- unparam
- unparam
- errname
- errorlint
- nilerr
- nilnil

0 comments on commit e96e670

Please sign in to comment.