Skip to content

Fix golangci-lint config incompatibilities with v1.61 - #38

Merged
kaloyan-raev merged 3 commits into
crybapy2from
fix-linter
May 12, 2026
Merged

Fix golangci-lint config incompatibilities with v1.61#38
kaloyan-raev merged 3 commits into
crybapy2from
fix-linter

Conversation

@kaloyan-raev

Copy link
Copy Markdown
Member

Remove or fix linter settings that are no longer accepted by the golangci-lint v1.61 config schema, which caused CI to fail on config verification:

  • Remove govet.use-installed-packages
  • Remove goimports settings block
  • Remove golint settings block (linter was removed from golangci-lint)
  • Fix misspell bare null value to empty object
  • Remove unused.check-exported
  • Remove unparam settings block

Remove or fix linter settings that are no longer accepted by the
golangci-lint v1.61 config schema, which caused CI to fail on config
verification:

- Remove govet.use-installed-packages
- Remove goimports settings block
- Remove golint settings block (linter was removed from golangci-lint)
- Fix misspell bare null value to empty object
- Remove unused.check-exported
- Remove unparam settings block
@kaloyan-raev
kaloyan-raev merged commit 28c3450 into crybapy2 May 12, 2026
2 checks passed
@kaloyan-raev
kaloyan-raev deleted the fix-linter branch May 12, 2026 10:25
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