Skip to content

Conversation

@raeperd
Copy link
Owner

@raeperd raeperd commented Oct 10, 2025

This PR adds two additional linting tools to the CI workflow to match the tools used in the Makefile:

  • golang.org/x/tools/gopls/internal/analysis/modernize - detects outdated Go patterns
  • golang.org/x/tools/cmd/deadcode - finds unused code

These tools were already being used locally via the Makefile lint target, this change ensures CI runs the same comprehensive linting checks.

- Add golang.org/x/tools/gopls/internal/analysis/modernize
- Add golang.org/x/tools/cmd/deadcode
- Matches linting tools used in Makefile
@raeperd raeperd closed this Oct 10, 2025
@raeperd raeperd deleted the add-fail-fast-strategy branch October 10, 2025 10:32
@coveralls
Copy link

Coverage Status

coverage: 70.5%. remained the same
when pulling 78268f0 on add-fail-fast-strategy
into 2e2e7c2 on main.

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.

3 participants