Skip to content

chore: disable goconst linter#127

Merged
creydr merged 1 commit intofunctions-dev:mainfrom
creydr:disable-goconst-linter
May 5, 2026
Merged

chore: disable goconst linter#127
creydr merged 1 commit intofunctions-dev:mainfrom
creydr:disable-goconst-linter

Conversation

@creydr
Copy link
Copy Markdown
Collaborator

@creydr creydr commented May 5, 2026

Summary

  • Removes goconst from the enabled linters in .golangci.yml
  • The linter produces many false positives in test files where repeating string literals is more readable than extracting constants

The goconst linter produces many false positives in test files where
repeating string literals is more readable than extracting constants.
@creydr creydr enabled auto-merge May 5, 2026 11:35
@creydr creydr added this pull request to the merge queue May 5, 2026
Merged via the queue into functions-dev:main with commit 74aaa67 May 5, 2026
16 of 17 checks passed
@creydr creydr deleted the disable-goconst-linter branch May 5, 2026 13:39
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