Skip to content

Commit

Permalink
Fix Golint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jamlo committed Jan 15, 2025
1 parent 9d9a5ec commit 6559578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/lib/license/license_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ type LicenseClaims struct {

// Ignoring spell check due to the abundance of JWT slugs
// cSpell:disable
// Add this constant at the top of the file, after the imports
//
//nolint:lll // JWKS Format
const defaultOfflineJWKSVerificationKeys = `{
"keys": [
{
Expand Down

0 comments on commit 6559578

Please sign in to comment.