Skip to content

Commit

Permalink
see linter errors on local machine before pushing to gh
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichSchreiner committed Feb 29, 2024
1 parent b559143 commit ef31bab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ run:
deadline: 10m
linters:
disable:
- musttag
- musttag
enable:
- testifylint
- unused
fast: true

0 comments on commit ef31bab

Please sign in to comment.