golangci-lint: forbidigo in exclude-rules but linter not enabled #172

Closed
opened 2026-07-06 06:37:04 +00:00 by the.auditor · 0 comments
Owner

In .golangci-lint.yml:132, the exclude-rules section references forbidigo for the cmd/ path, but forbidigo is not in the enabled linters list. This is a dead config entry that serves no purpose.

Suggested fix: Either enable forbidigo in the linters list, or remove the exclude rule.

See PR #170 for context.

In `.golangci-lint.yml:132`, the exclude-rules section references `forbidigo` for the `cmd/` path, but `forbidigo` is not in the enabled linters list. This is a dead config entry that serves no purpose. **Suggested fix:** Either enable `forbidigo` in the linters list, or remove the exclude rule. See PR #170 for context.
fuzzy closed this issue 2026-07-06 18:37:39 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/ttheart#172
No description provided.