Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: golangcilint: disable exportloopref linter #1206

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

nadiamoe
Copy link
Member

This linter is disabled, declaring it causes golangci-lint to emit an error and exit with status 7

level=error msg="[linters_context] exportloopref: This linter is fully
inactivated: it will not produce any reports."

Fixes #1200 #1190

This linter is disabled, declaring it causes golangci-lint to emit an
error and exit with status 7
```
level=error msg="[linters_context] exportloopref: This linter is fully
inactivated: it will not produce any reports."
```
@nadiamoe nadiamoe requested a review from a team as a code owner February 17, 2025 13:46
@nadiamoe nadiamoe requested review from mem, ka3de and d0ugal February 17, 2025 13:46
@nadiamoe
Copy link
Member Author

Tagging @d0ugal as he has approved two PRs blocked by this.

@nadiamoe nadiamoe merged commit adda550 into main Feb 17, 2025
5 checks passed
@nadiamoe nadiamoe deleted the golangci-no-exportloopref branch February 17, 2025 13:55
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.

2 participants