Skip to content

Commit

Permalink
updated linting policy for test files (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinapathak committed Dec 17, 2020
1 parent e828931 commit 53ed870
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@ linters:
- prealloc
disable:
- errcheck
- ineffassign
- ineffassign

issues:
exclude-rules:
- path: _test.go
linters:
- dupl
- funlen

0 comments on commit 53ed870

Please sign in to comment.