Skip to content

Commit

Permalink
chore: fix errors.go exclude linter
Browse files Browse the repository at this point in the history
  • Loading branch information
h5law committed Jan 12, 2024
1 parent 26f3598 commit cd50b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ issues:
- errcheck
# Exclude line length check for errors.go files as they are easier to read
# as as single line.
- path: ^.*/errors\.go$
links:
- path: errors\.go$
linters:
- lll
# TODO_IMPROVE: see https://golangci-lint.run/usage/configuration/#issues-configuration
#new: true,
Expand Down

0 comments on commit cd50b47

Please sign in to comment.