mirror of
https://github.com/tufanbarisyildirim/gonginx.git
synced 2026-04-27 00:35:51 +03:00
[PR #10] [MERGED] Make Go linter happy #40
Labels
No labels
bug
enhancement
good first issue
pull-request
question
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gonginx#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tufanbarisyildirim/gonginx/pull/10
Author: @qba73
Created: 7/31/2022
Status: ✅ Merged
Merged: 7/31/2022
Merged by: @tufanbarisyildirim
Base:
master← Head:linterfix📝 Commits (2)
334c3b4Make Go linter happyffec900Update Go version in gh action📊 Changes
7 files changed (+51 additions, -14 deletions)
View changed files
➕
.github/workflows/golangci-lint.yml(+43 -0)📝
Makefile(+4 -1)📝
dumper.go(+1 -2)📝
http.go(+1 -3)📝
parser/lexer_test.go(+0 -4)📝
parser/parser.go(+1 -1)📝
upstream_server.go(+1 -3)📄 Description
Hi @tufanbarisyildirim, if you don't mind this PR introduces additional quality checks using Go linter. I have run Go linter locally on my laptop and this PR includes suggested fixes.
Executing Go linter before the change:
After changes applied:
Also, if you are ok with it I am including a separate github action to run linter automatically on PRs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.