mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 10:38:32 +00:00
- Replace all strings.Replace with strings.ReplaceAll - Fix all De Morgan's law and tagged switch issues - Remove empty branches, clarify comments - Fix error string capitalization and punctuation - Use assert.Len for testifylint - Remove embedded field selector warnings This should allow golangci-lint to pass cleanly on the renovate branch.