Skip to content

Commit

Permalink
fix: exclude authclient from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Aug 5, 2022
1 parent f84a24c commit a0e1c6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ linters:
run:
timeout: 5m
go: '1.18'
skip-dirs:
- ./authclient # Generated code

0 comments on commit a0e1c6c

Please sign in to comment.