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
Integrate golangci-lint into our CI pipeline to enhance code quality. The current CI setup focuses on tests and builds, neglecting code style. By including golangci-lint, we aim to catch and address potential issues early, enforcing consistent coding standards.
Integrate
golangci-lint
into our CI pipeline to enhance code quality. The current CI setup focuses on tests and builds, neglecting code style. By includinggolangci-lint
, we aim to catch and address potential issues early, enforcing consistent coding standards.See: https://golangci-lint.run/
Relates #77
The text was updated successfully, but these errors were encountered: