Skip to content

Commit

Permalink
allow the require package for the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bimboterminator1 committed Aug 27, 2024
1 parent 22d72a6 commit 1444ee7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ linters-settings:
funlen:
lines: 150
statements: 80
depguard:
rules:
main:
allow:
- $gostd
- "github.com/stretchr/testify/require"

issues:
exclude-rules:
Expand Down

0 comments on commit 1444ee7

Please sign in to comment.