Skip to content

Commit

Permalink
fix: nolint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alnr committed Feb 13, 2023
1 parent debc487 commit 93e6501
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion identity/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,9 @@ func deletCredentialWebAuthFromIdentity(identity *Identity) (*Identity, error) {
// Delete Credential Parameters
//
// swagger:parameters deleteIdentityCredentials
// nolint:deadcode,unused
//
//nolint:deadcode,unused
//lint:ignore U1000 Used to generate Swagger and OpenAPI definitions
type deleteIdentityCredentials struct {
// ID is the identity's ID.
//
Expand Down

0 comments on commit 93e6501

Please sign in to comment.