-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lint models/admin.go #241
Lint models/admin.go #241
Conversation
LGTM |
@@ -18,25 +18,27 @@ import ( | |||
"code.gitea.io/gitea/modules/setting" | |||
) | |||
|
|||
type NoticeType int | |||
type noticeType int |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd keep this public, since it's used on a public field of a public struct below (Notice
).
👍 for the other changes.
@andreynering Updated |
type NoticeType int | ||
|
||
const ( | ||
NoticeRepository NoticeType = iota + 1 | ||
noticeRepository NoticeType = iota + 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for missing, but this should be public, too.
@andreynering my bad, should have seen that one. |
LGTM |
LGTM |
resolved #70 |
Revert header to DCS logo
No description provided.