Skip to content

Replace retired Go Report Card badge - #73

Merged
xylo04 merged 3 commits into
v4from
alfred/replace-goreportcard-badge
Sep 8, 2026
Merged

xylo04 merged 3 commits into
v4from
alfred/replace-goreportcard-badge

Conversation

@xylo04

@xylo04 xylo04 commented Sep 8, 2026

Copy link
Copy Markdown
Member

The Go Report Card service has been retired and its README badge is no longer useful.

  • Remove the Go Report Card badge from the README.
  • Add a golangci-lint GitHub Actions workflow to lint on push/PR to v4 (this repo's default branch).

Replicates k0swe/kel-agent#181.

xylo04 added 3 commits September 8, 2026 08:54
The Go Report Card service has been retired and its README badge is no
longer useful. Remove the badge and add a golangci-lint workflow.

Replicates k0swe/kel-agent#181.
- parser.go: replace ineffectual 'err' assignments with '_' where the
  error was already being discarded (ineffassign). Error propagation is
  unchanged: the final assignment before each return still uses err.
- Suppress ST1012 on exported error vars ParseError / NotConnectedError
  with //nolint and a reason: renaming them would break the published
  v4 module's public API.

All existing tests pass; no behavior change.
@xylo04
xylo04 merged commit 244f23a into v4 Sep 8, 2026
3 checks passed
@xylo04
xylo04 deleted the alfred/replace-goreportcard-badge branch September 8, 2026 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant