Cleanup many lint warnings
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
@@ -34,7 +34,7 @@ func RecordValidator(ps peerstore.Peerstore) record.Validator {
|
||||
}
|
||||
}
|
||||
|
||||
const JWTSecretName = "auth-jwt-private"
|
||||
const JWTSecretName = "auth-jwt-private" //nolint:gosec
|
||||
|
||||
type jwtPayload struct {
|
||||
Allow []auth.Permission
|
||||
|
||||
Reference in New Issue
Block a user