[PR #274] [MERGED] Golint fixed for modules/auth #15279

Closed
opened 2025-11-02 11:43:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/274
Author: @lunny
Created: 11/27/2016
Status: Merged
Merged: 11/27/2016
Merged by: @tboerger

Base: masterHead: lunny/golint_modules_auth


📝 Commits (3)

  • 5b998a6 golint fixed for modules/auth
  • ec87a75 golint fixed for modules/auth
  • d0bef01 Merge branch 'lunny/golint_modules_auth' of github.com:lunny/gitea into lunny/golint_modules_auth

📊 Changes

16 files changed (+103 additions, -24 deletions)

View changed files

📝 cmd/web.go (+1 -1)
📝 models/login_source.go (+1 -1)
📝 modules/auth/admin.go (+6 -2)
📝 modules/auth/auth.go (+7 -2)
📝 modules/auth/auth_form.go (+2 -0)
📝 modules/auth/ldap/ldap.go (+3 -2)
📝 modules/auth/org.go (+6 -0)
📝 modules/auth/pam/pam.go (+2 -1)
📝 modules/auth/pam/pam_stub.go (+2 -1)
📝 modules/auth/repo_form.go (+42 -2)
📝 modules/auth/user_form.go (+20 -1)
📝 routers/admin/users.go (+1 -1)
📝 routers/api/v1/repo/repo.go (+2 -2)
📝 routers/install.go (+5 -5)
📝 routers/repo/pull.go (+1 -1)
📝 routers/repo/repo.go (+2 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/274 **Author:** [@lunny](https://github.com/lunny) **Created:** 11/27/2016 **Status:** ✅ Merged **Merged:** 11/27/2016 **Merged by:** [@tboerger](https://github.com/tboerger) **Base:** `master` ← **Head:** `lunny/golint_modules_auth` --- ### 📝 Commits (3) - [`5b998a6`](https://github.com/go-gitea/gitea/commit/5b998a6680258b6314430f71183e6eb85f1836d0) golint fixed for modules/auth - [`ec87a75`](https://github.com/go-gitea/gitea/commit/ec87a75c000d52bfc2a8dcfc7097c14fe872c376) golint fixed for modules/auth - [`d0bef01`](https://github.com/go-gitea/gitea/commit/d0bef011ad747b11e0ae3eaa8430c493282ec421) Merge branch 'lunny/golint_modules_auth' of github.com:lunny/gitea into lunny/golint_modules_auth ### 📊 Changes **16 files changed** (+103 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `cmd/web.go` (+1 -1) 📝 `models/login_source.go` (+1 -1) 📝 `modules/auth/admin.go` (+6 -2) 📝 `modules/auth/auth.go` (+7 -2) 📝 `modules/auth/auth_form.go` (+2 -0) 📝 `modules/auth/ldap/ldap.go` (+3 -2) 📝 `modules/auth/org.go` (+6 -0) 📝 `modules/auth/pam/pam.go` (+2 -1) 📝 `modules/auth/pam/pam_stub.go` (+2 -1) 📝 `modules/auth/repo_form.go` (+42 -2) 📝 `modules/auth/user_form.go` (+20 -1) 📝 `routers/admin/users.go` (+1 -1) 📝 `routers/api/v1/repo/repo.go` (+2 -2) 📝 `routers/install.go` (+5 -5) 📝 `routers/repo/pull.go` (+1 -1) 📝 `routers/repo/repo.go` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:43:00 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15279