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
Fix all 104 lint issues and install pre-commit hook
- Configure errcheck to exclude fmt.Fprint* (standard for CLIs)
- Fix golangci-lint v2 config format (linters.settings, not linters-settings)
- Add doc comments on all exported methods (revive)
- Rename unused parameters to _ (revive)
- Apply De Morgan's law to hex char checks (staticcheck)
- Fix filepath.Join single-arg call (gocritic)
- Use errors.As instead of type assertion on error (errorlint)
- Remove unused newFakeWLCommonsStore in commons package
- Check errcheck on os.Remove, os.RemoveAll, tmpFile.Close, store.Save
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments