[PR #44] [MERGED] Update drone #45

Closed
opened 2026-02-15 16:29:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/lgtm/pull/44
Author: @lunny
Created: 12/6/2020
Status: Merged
Merged: 12/6/2020
Merged by: @lunny

Base: masterHead: lunny/drone


📝 Commits (10+)

📊 Changes

14 files changed (+583 additions, -289 deletions)

View changed files

📝 .drone.yml (+141 -124)
📝 Makefile (+11 -7)
📝 go.mod (+1 -1)
📝 go.sum (+2 -0)
vendor/github.com/franela/goblin/.travis.yml (+0 -8)
📝 vendor/github.com/franela/goblin/README.md (+33 -16)
📝 vendor/github.com/franela/goblin/assertions.go (+90 -13)
vendor/github.com/franela/goblin/go.mod (+3 -0)
vendor/github.com/franela/goblin/go.snippets (+36 -0)
📝 vendor/github.com/franela/goblin/goblin.go (+213 -94)
📝 vendor/github.com/franela/goblin/goblin_output.png (+0 -0)
📝 vendor/github.com/franela/goblin/mono_reporter.go (+4 -0)
📝 vendor/github.com/franela/goblin/reporting.go (+48 -25)
📝 vendor/modules.txt (+1 -1)

📄 Description

As title.


🔄 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/lgtm/pull/44 **Author:** [@lunny](https://github.com/lunny) **Created:** 12/6/2020 **Status:** ✅ Merged **Merged:** 12/6/2020 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/drone` --- ### 📝 Commits (10+) - [`6680c77`](https://github.com/go-gitea/lgtm/commit/6680c77ca4f1af7684dd71bf6016c46d74ec8118) Recovery drone file - [`0818d23`](https://github.com/go-gitea/lgtm/commit/0818d23856d86fc6c06ece3f02cbe3606dea57fe) Fix makefile - [`7417706`](https://github.com/go-gitea/lgtm/commit/7417706de052ee9a798c8ad5ac74c7710e7d53f6) Update Makefile - [`6a4aa70`](https://github.com/go-gitea/lgtm/commit/6a4aa703ef20b3ce671a154b5536fdec5dc004fa) Fix makefile - [`b236463`](https://github.com/go-gitea/lgtm/commit/b23646304418bbef5e430ac1b61d01680a734ffb) Fix makefile - [`e7ecb83`](https://github.com/go-gitea/lgtm/commit/e7ecb8336e62d3352f3dc9bdba373d66ddb7e253) Disable make lint on drone temprory - [`bfaf975`](https://github.com/go-gitea/lgtm/commit/bfaf97533e70e24ca5f9ff6c53ca465fe2e6504e) Update github.com/franela/goblin - [`7f6234d`](https://github.com/go-gitea/lgtm/commit/7f6234d603e788a364d44a26deb6575c5a162e3a) update drone file - [`1ecd943`](https://github.com/go-gitea/lgtm/commit/1ecd943289fa44d6045290d4e095701a94d69367) go vendor mode - [`2481639`](https://github.com/go-gitea/lgtm/commit/248163910c244ce3f19aade28c9cf1e97435e3cb) go test can itterate itselve ### 📊 Changes **14 files changed** (+583 additions, -289 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+141 -124) 📝 `Makefile` (+11 -7) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) ➖ `vendor/github.com/franela/goblin/.travis.yml` (+0 -8) 📝 `vendor/github.com/franela/goblin/README.md` (+33 -16) 📝 `vendor/github.com/franela/goblin/assertions.go` (+90 -13) ➕ `vendor/github.com/franela/goblin/go.mod` (+3 -0) ➕ `vendor/github.com/franela/goblin/go.snippets` (+36 -0) 📝 `vendor/github.com/franela/goblin/goblin.go` (+213 -94) 📝 `vendor/github.com/franela/goblin/goblin_output.png` (+0 -0) 📝 `vendor/github.com/franela/goblin/mono_reporter.go` (+4 -0) 📝 `vendor/github.com/franela/goblin/reporting.go` (+48 -25) 📝 `vendor/modules.txt` (+1 -1) </details> ### 📄 Description As title. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:29:17 -05:00
yindo closed this issue 2026-02-15 16:29:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/lgtm#45