[PR #28] [MERGED] Fixing lint errors. #165

Closed
opened 2026-03-03 16:23:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/28
Author: @mum4k
Created: 5/11/2018
Status: Merged
Merged: 5/14/2018
Merged by: @mum4k

Base: masterHead: lint_errors


📝 Commits (1)

📊 Changes

11 files changed (+84 additions, -80 deletions)

View changed files

📝 cell/color.go (+1 -0)
📝 container/container.go (+4 -5)
📝 draw/line_style.go (+1 -0)
📝 eventqueue/eventqueue.go (+2 -2)
📝 mouse/mouse.go (+1 -0)
📝 terminal/faketerm/faketerm.go (+8 -8)
📝 terminal/termbox/termbox.go (+9 -8)
📝 terminalapi/color_mode.go (+1 -0)
📝 widgets/fakewidget/fakewidget_test.go (+26 -26)
📝 widgets/gauge/gauge_test.go (+26 -26)
📝 widgets/gauge/options.go (+5 -5)

📄 Description

  • Missing comments.
  • Invalid comments.
  • Stuttering public name.
  • if<->else where not needed.
  • changing variable kEv to keyEv since it triggers a link error related to Go names.

🔄 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/mum4k/termdash/pull/28 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 5/11/2018 **Status:** ✅ Merged **Merged:** 5/14/2018 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `master` ← **Head:** `lint_errors` --- ### 📝 Commits (1) - [`79218c9`](https://github.com/mum4k/termdash/commit/79218c92332a0ee42a2f30295ebc239299a8b888) Fixing lint errors. ### 📊 Changes **11 files changed** (+84 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `cell/color.go` (+1 -0) 📝 `container/container.go` (+4 -5) 📝 `draw/line_style.go` (+1 -0) 📝 `eventqueue/eventqueue.go` (+2 -2) 📝 `mouse/mouse.go` (+1 -0) 📝 `terminal/faketerm/faketerm.go` (+8 -8) 📝 `terminal/termbox/termbox.go` (+9 -8) 📝 `terminalapi/color_mode.go` (+1 -0) 📝 `widgets/fakewidget/fakewidget_test.go` (+26 -26) 📝 `widgets/gauge/gauge_test.go` (+26 -26) 📝 `widgets/gauge/options.go` (+5 -5) </details> ### 📄 Description - Missing comments. - Invalid comments. - Stuttering public name. - if<->else where not needed. - changing variable kEv to keyEv since it triggers a link error related to Go names. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#165
No description provided.