You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add duplication linter (dupl) to golangci configuration
- Enable dupl linter to detect duplicate code fragments
- Set threshold to 100 tokens (more sensitive than default 150)
- Helps identify code that can be refactored to reduce duplication
0 commit comments