Skip to content

Commit

Permalink
(Linting) Add Proxy option #238
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardottt committed Jun 2, 2024
1 parent 42e509d commit f3aab82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/input/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ func checkProxy(proxy string) bool {
}

_, err := url.Parse(proxy)

return err == nil
}

0 comments on commit f3aab82

Please sign in to comment.