mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-31 09:38:40 -04:00
[PR #48] [MERGED] Golangci lint and fixing lint issues #593
Reference in New Issue
Block a user
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/qdm12/ddns-updater/pull/48
Author: @qdm12
Created: 4/4/2020
Status: ✅ Merged
Merged: 4/4/2020
Merged by: @qdm12
Base:
master← Head:golangci-lint📝 Commits (4)
5775a20Golang ci lint setup95c971eFix all lint issues2f09245Fix golangci-lint install in Dockerfilebc6ba20Readme TODOs update📊 Changes
26 files changed (+1136 additions, -975 deletions)
View changed files
📝
.dockerignore(+2 -1)➕
.golangci.yml(+50 -0)📝
Dockerfile(+4 -0)📝
README.md(+2 -1)📝
cmd/updater/main.go(+137 -132)📝
internal/constants/html.go(+23 -23)📝
internal/constants/regex.go(+5 -5)📝
internal/env/env.go(+132 -132)📝
internal/handlers/handlers.go(+4 -4)📝
internal/html/html.go(+29 -28)📝
internal/models/alias.go(+14 -14)📝
internal/models/html.go(+19 -19)📝
internal/models/settings.go(+57 -55)📝
internal/network/publicip.go(+8 -8)📝
internal/network/requests.go(+2 -2)📝
internal/params/consistency.go(+161 -82)📝
internal/params/json.go(+91 -90)📝
internal/params/params.go(+90 -90)📝
internal/params/version.go(+6 -6)📝
internal/persistence/json/database.go(+6 -6)...and 6 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.