Skip to content

Commit

Permalink
add linter settings (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinapathak authored Feb 4, 2021
1 parent 01ed96b commit faedd84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ issues:
linters:
- dupl
- funlen

linters-settings:
errorlint:
# Report non-wrapping error creation using fmt.Errorf
errorf: false

0 comments on commit faedd84

Please sign in to comment.