[PR #1997] [MERGED] fix golint error and rename func for suggestion. #16170

Closed
opened 2025-11-02 12:03:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1997
Author: @appleboy
Created: 6/17/2017
Status: Merged
Merged: 6/17/2017
Merged by: @appleboy

Base: masterHead: golint2


📝 Commits (1)

  • 0f9c975 fix golint error and rename func for suggestion.

📊 Changes

11 files changed (+30 additions, -25 deletions)

View changed files

📝 integrations/change_default_branch_test.go (+2 -2)
📝 integrations/delete_user_test.go (+1 -1)
📝 integrations/editor_test.go (+4 -4)
📝 integrations/html_helper.go (+11 -6)
📝 integrations/integration_test.go (+1 -1)
📝 integrations/issue_test.go (+2 -2)
📝 integrations/pull_compare_test.go (+1 -1)
📝 integrations/pull_create_test.go (+2 -2)
📝 integrations/pull_merge_test.go (+1 -1)
📝 integrations/repo_commits_test.go (+3 -3)
📝 integrations/repo_fork_test.go (+2 -2)

📄 Description

  • Add the missing comment.
  • Rename HtmlDoc => HTMLDoc
  • Rename NewHtmlParser => NewHTMLParser

🔄 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/1997 **Author:** [@appleboy](https://github.com/appleboy) **Created:** 6/17/2017 **Status:** ✅ Merged **Merged:** 6/17/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `golint2` --- ### 📝 Commits (1) - [`0f9c975`](https://github.com/go-gitea/gitea/commit/0f9c975a59c9988b04a26608a5a8708400fe1a97) fix golint error and rename func for suggestion. ### 📊 Changes **11 files changed** (+30 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `integrations/change_default_branch_test.go` (+2 -2) 📝 `integrations/delete_user_test.go` (+1 -1) 📝 `integrations/editor_test.go` (+4 -4) 📝 `integrations/html_helper.go` (+11 -6) 📝 `integrations/integration_test.go` (+1 -1) 📝 `integrations/issue_test.go` (+2 -2) 📝 `integrations/pull_compare_test.go` (+1 -1) 📝 `integrations/pull_create_test.go` (+2 -2) 📝 `integrations/pull_merge_test.go` (+1 -1) 📝 `integrations/repo_commits_test.go` (+3 -3) 📝 `integrations/repo_fork_test.go` (+2 -2) </details> ### 📄 Description * Add the missing comment. * Rename `HtmlDoc` => `HTMLDoc` * Rename `NewHtmlParser` => `NewHTMLParser` --- <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 12:03:53 -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#16170