Skip to content

Commit 558526a

Browse files
author
Daisuke Maki
committed
disable lint
1 parent 214135c commit 558526a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jwk/fetch.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ func (f *CachedFetcher) Fetch(ctx context.Context, u string, _ ...FetchOption) (
6868
// jwk.Set objects asynchronously.
6969
func Fetch(ctx context.Context, u string, options ...FetchOption) (Set, error) {
7070
var parseOptions []ParseOption
71+
//nolint:revive
7172
var wl Whitelist = InsecureWhitelist{}
7273
var client HTTPClient = http.DefaultClient
7374
for _, option := range options {

0 commit comments

Comments
 (0)