Skip to content

ci: align linter versions using make lint in CI#18

Merged
edcdavid merged 1 commit intoredhat-cne:mainfrom
edcdavid:update-go-dependabot
Jan 22, 2026
Merged

ci: align linter versions using make lint in CI#18
edcdavid merged 1 commit intoredhat-cne:mainfrom
edcdavid:update-go-dependabot

Conversation

@edcdavid
Copy link
Copy Markdown

  • Replace golangci-lint-action with make install-lint + make lint to ensure CI uses the same version as local development
  • Pin golangci-lint to v2.8.0 in Makefile
  • Migrate .golangci.yml to v2.8.0 schema:
    • Move issues.exclude-dirs to linters.exclusions.paths
    • Move issues.exclude-rules to linters.exclusions.rules
  • Remove redundant nolint:funlen directive from parser_test.go

- Replace golangci-lint-action with make install-lint + make lint
  to ensure CI uses the same version as local development
- Pin golangci-lint to v2.8.0 in Makefile
- Migrate .golangci.yml to v2.8.0 schema:
  - Move issues.exclude-dirs to linters.exclusions.paths
  - Move issues.exclude-rules to linters.exclusions.rules
- Remove redundant nolint:funlen directive from parser_test.go
@edcdavid edcdavid merged commit 4a90126 into redhat-cne:main Jan 22, 2026
3 checks passed
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