Skip to content

Commit

Permalink
Add tls to linter exclusions as it's copied in.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed May 26, 2022
1 parent b81e798 commit 300016d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
deadline: 90s
skip-files:
- types/internal/tls/tls.go

linters-settings:
gocyclo:
Expand Down

0 comments on commit 300016d

Please sign in to comment.