[PR #1877] [MERGED] feat: add check misspelling #16101

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

📋 Pull Request Information

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

Base: masterHead: misspell


📝 Commits (1)

📊 Changes

29 files changed (+43 additions, -27 deletions)

View changed files

📝 .drone.yml (+1 -0)
📝 .drone.yml.sig (+1 -1)
📝 Makefile (+15 -0)
📝 cmd/serv.go (+1 -1)
📝 models/gpg_key_test.go (+1 -1)
📝 options/locale/locale_bg-BG.ini (+1 -1)
📝 options/locale/locale_cs-CZ.ini (+1 -1)
📝 options/locale/locale_de-DE.ini (+1 -1)
📝 options/locale/locale_en-US.ini (+1 -1)
📝 options/locale/locale_es-ES.ini (+1 -1)
📝 options/locale/locale_fi-FI.ini (+1 -1)
📝 options/locale/locale_fr-FR.ini (+1 -1)
📝 options/locale/locale_it-IT.ini (+1 -1)
📝 options/locale/locale_ja-JP.ini (+1 -1)
📝 options/locale/locale_ko-KR.ini (+1 -1)
📝 options/locale/locale_lv-LV.ini (+1 -1)
📝 options/locale/locale_nl-NL.ini (+1 -1)
📝 options/locale/locale_pl-PL.ini (+1 -1)
📝 options/locale/locale_pt-BR.ini (+1 -1)
📝 options/locale/locale_ru-RU.ini (+1 -1)

...and 9 more files

📄 Description

check misspelling from go source code and ignore unknwon keyword from import path.


🔄 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/1877 **Author:** [@appleboy](https://github.com/appleboy) **Created:** 6/5/2017 **Status:** ✅ Merged **Merged:** 6/5/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `misspell` --- ### 📝 Commits (1) - [`8633e30`](https://github.com/go-gitea/gitea/commit/8633e305681fd2d16792da8201bee73436ef6d44) feat: check misspelling ### 📊 Changes **29 files changed** (+43 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+1 -0) 📝 `.drone.yml.sig` (+1 -1) 📝 `Makefile` (+15 -0) 📝 `cmd/serv.go` (+1 -1) 📝 `models/gpg_key_test.go` (+1 -1) 📝 `options/locale/locale_bg-BG.ini` (+1 -1) 📝 `options/locale/locale_cs-CZ.ini` (+1 -1) 📝 `options/locale/locale_de-DE.ini` (+1 -1) 📝 `options/locale/locale_en-US.ini` (+1 -1) 📝 `options/locale/locale_es-ES.ini` (+1 -1) 📝 `options/locale/locale_fi-FI.ini` (+1 -1) 📝 `options/locale/locale_fr-FR.ini` (+1 -1) 📝 `options/locale/locale_it-IT.ini` (+1 -1) 📝 `options/locale/locale_ja-JP.ini` (+1 -1) 📝 `options/locale/locale_ko-KR.ini` (+1 -1) 📝 `options/locale/locale_lv-LV.ini` (+1 -1) 📝 `options/locale/locale_nl-NL.ini` (+1 -1) 📝 `options/locale/locale_pl-PL.ini` (+1 -1) 📝 `options/locale/locale_pt-BR.ini` (+1 -1) 📝 `options/locale/locale_ru-RU.ini` (+1 -1) _...and 9 more files_ </details> ### 📄 Description check misspelling from go source code and ignore `unknwon` keyword from import path. --- <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:02:20 -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#16101