Skip to content

Commit fa2a387

Browse files
committed
Ignore the lint
1 parent 6a9d04e commit fa2a387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/user/openid.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import (
1515
var ErrOpenIDNotExist = errors.New("OpenID is unknown")
1616

1717
// UserOpenID is the list of all OpenID identities of a user.
18+
//nolint
1819
type UserOpenID struct { //nolint
1920
ID int64 `xorm:"pk autoincr"`
2021
UID int64 `xorm:"INDEX NOT NULL"`

0 commit comments

Comments
 (0)