Skip to content

Commit

Permalink
ci: fix golangcilint
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed May 14, 2024
1 parent c9f42a6 commit 2f09c88
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
run:
tests: true

Expand All @@ -20,8 +21,11 @@ linters:
- testableexamples
- musttag
- depguard
# Weird issues
- mnd

# weird issues
- nolintlint
- canonicalheader

# deprecated
- interfacer
Expand Down

0 comments on commit 2f09c88

Please sign in to comment.