This commit is contained in:
Unknwon 2015-11-07 00:39:45 -05:00
parent e7aabf70dc
commit 676d774d88
16 changed files with 72 additions and 52 deletions

View file

@ -90,7 +90,7 @@ func init() {
new(Team), new(OrgUser), new(TeamUser), new(TeamRepo),
new(Notice), new(EmailAddress))
gonicNames := []string{"UID", "SSL"}
gonicNames := []string{"SSL"}
for _, name := range gonicNames {
core.LintGonicMapper[name] = true
}