Skip to content

Commit 17d63e0

Browse files
cvclaude
andcommitted
chore: Remove obsolete cyclop exclusion and TODO reference
All packages now pass cyclop linter - no exclusions needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 861b9da commit 17d63e0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.golangci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ linters:
7474
- path: _test\.go
7575
linters:
7676
- goconst
77-
# TODO(mcs-e0yb): Temporarily exclude new linters until refactored
78-
# Cyclomatic complexity - excluded paths that still need refactoring
79-
- path: (cmd/|internal/cache/|internal/config/|internal/crypto/|internal/sensordata/)
80-
linters:
81-
- cyclop
82-
8377
# Global variables - justified exclusions:
8478
# 1. Read-only lookup tables (RegionConfigs, screenSizes, androidVersionToSDK)
8579
- path: internal/api/auth\.go

0 commit comments

Comments
 (0)