mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 17:28:20 +00:00
- Fix all errcheck issues (unhandled errors for Close(), Fprintln, etc.) - Fix gosec issues with appropriate nolint comments for test code - Fix misspell issues and add nolint for GitLab API field names - Fix revive issues (dot-imports in tests, missing package comments) - Fix staticcheck and testifylint issues - Add package comments where required by linter This enables updating golangci-lint-action from v6 to v8 in the workflow.