[PR #262] [MERGED] Golint fixed for modules/setting #15267

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

📋 Pull Request Information

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

Base: masterHead: lunny/golint_modules_setting


📝 Commits (2)

  • 761e559 golint fixed for modules/setting
  • 7b63ca9 typo fixed and renamed UNIXSOCKET to UnixSocket

📊 Changes

38 files changed (+178 additions, -167 deletions)

View changed files

📝 cmd/web.go (+9 -9)
📝 models/action.go (+3 -3)
📝 models/pull.go (+1 -1)
📝 models/repo.go (+3 -3)
📝 models/user.go (+7 -7)
📝 models/webhook_slack.go (+2 -2)
📝 modules/base/tool.go (+1 -1)
📝 modules/context/api.go (+4 -4)
📝 modules/context/auth.go (+8 -8)
📝 modules/context/context.go (+1 -1)
📝 modules/context/org.go (+1 -1)
📝 modules/context/repo.go (+2 -2)
📝 modules/markdown/markdown.go (+3 -3)
📝 modules/markdown/markdown_test.go (+3 -3)
📝 modules/setting/setting.go (+39 -28)
📝 modules/template/template.go (+3 -3)
📝 routers/admin/admin.go (+3 -3)
📝 routers/admin/auths.go (+4 -4)
📝 routers/admin/notice.go (+1 -1)
📝 routers/admin/repos.go (+1 -1)

...and 18 more files

📄 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/262 **Author:** [@lunny](https://github.com/lunny) **Created:** 11/25/2016 **Status:** ✅ Merged **Merged:** 11/27/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/golint_modules_setting` --- ### 📝 Commits (2) - [`761e559`](https://github.com/go-gitea/gitea/commit/761e559c77d23f9a3417481c75dfbfe8d5b5656c) golint fixed for modules/setting - [`7b63ca9`](https://github.com/go-gitea/gitea/commit/7b63ca9caf67215d018a2a3a98ae86a8ac80595c) typo fixed and renamed UNIXSOCKET to UnixSocket ### 📊 Changes **38 files changed** (+178 additions, -167 deletions) <details> <summary>View changed files</summary> 📝 `cmd/web.go` (+9 -9) 📝 `models/action.go` (+3 -3) 📝 `models/pull.go` (+1 -1) 📝 `models/repo.go` (+3 -3) 📝 `models/user.go` (+7 -7) 📝 `models/webhook_slack.go` (+2 -2) 📝 `modules/base/tool.go` (+1 -1) 📝 `modules/context/api.go` (+4 -4) 📝 `modules/context/auth.go` (+8 -8) 📝 `modules/context/context.go` (+1 -1) 📝 `modules/context/org.go` (+1 -1) 📝 `modules/context/repo.go` (+2 -2) 📝 `modules/markdown/markdown.go` (+3 -3) 📝 `modules/markdown/markdown_test.go` (+3 -3) 📝 `modules/setting/setting.go` (+39 -28) 📝 `modules/template/template.go` (+3 -3) 📝 `routers/admin/admin.go` (+3 -3) 📝 `routers/admin/auths.go` (+4 -4) 📝 `routers/admin/notice.go` (+1 -1) 📝 `routers/admin/repos.go` (+1 -1) _...and 18 more files_ </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:42:42 -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#15267