[PR #303] [MERGED] Fixed remaining linting errors #15298

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

📋 Pull Request Information

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

Base: masterHead: linting


📝 Commits (4)

  • 6dd2c3b Fixed linting errors for variable definitions
  • e93d394 Replace invaliud bindata variable names within make task
  • 60e3e5b Updated bindata to latest version
  • 684d55e Reenabled lint check within drone

📊 Changes

6 files changed (+542 additions, -517 deletions)

View changed files

📝 .drone.yml (+1 -1)
📝 .drone.yml.sig (+1 -1)
📝 Makefile (+2 -0)
📝 models/repo_collaboration.go (+1 -1)
📝 models/update.go (+1 -1)
📝 modules/bindata/bindata.go (+536 -513)

📄 Description

  • Fix general linting errors
  • Fix bindata linting errors
  • Integrate lint check into drone

🔄 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/303 **Author:** [@tboerger](https://github.com/tboerger) **Created:** 11/29/2016 **Status:** ✅ Merged **Merged:** 11/29/2016 **Merged by:** [@tboerger](https://github.com/tboerger) **Base:** `master` ← **Head:** `linting` --- ### 📝 Commits (4) - [`6dd2c3b`](https://github.com/go-gitea/gitea/commit/6dd2c3b2dbff129e23ce0e35ea0d7ebc8f0a6249) Fixed linting errors for variable definitions - [`e93d394`](https://github.com/go-gitea/gitea/commit/e93d3946206108e1ffb3119107da7296b7b9355f) Replace invaliud bindata variable names within make task - [`60e3e5b`](https://github.com/go-gitea/gitea/commit/60e3e5b4e1b350a014f5cb38906c75c9f3c1c66f) Updated bindata to latest version - [`684d55e`](https://github.com/go-gitea/gitea/commit/684d55e130d13a4c057f1e90b84b1a236e01a161) Reenabled lint check within drone ### 📊 Changes **6 files changed** (+542 additions, -517 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+1 -1) 📝 `.drone.yml.sig` (+1 -1) 📝 `Makefile` (+2 -0) 📝 `models/repo_collaboration.go` (+1 -1) 📝 `models/update.go` (+1 -1) 📝 `modules/bindata/bindata.go` (+536 -513) </details> ### 📄 Description * [x] Fix general linting errors * [x] Fix bindata linting errors * [x] Integrate lint check into drone --- <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:26 -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#15298