Skip to content

Commit

Permalink
Disable "rand.Seed has been deprecated" lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni authored May 16, 2023
1 parent d8be07c commit e4341d5
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 @@ -21,3 +21,9 @@ linters:
- gosec
- goimports
- gci

linters-settings:
staticcheck:
checks:
- all
- "-SA1019" # Disable "rand.Seed has been deprecated"

0 comments on commit e4341d5

Please sign in to comment.