getsentry / sentry-kubernetes

Kubernetes event reporter for Sentry
Apache License 2.0
458 stars 64 forks source link

ci: Add golangi-lint configuration #77

Closed tonyo closed 8 months ago

tonyo commented 8 months ago

Let's lint more!

About golangci-lint: https://golangci-lint.run/

Linter can be triggered locally via running make lint. More linters can be eventually enabled in .golangi.yml (the current config was mostly copied from https://github.com/getsentry/sentry-go/)

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0b58f2c) 29.61% compared to head (e1fc2bc) 29.49%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #77 +/- ## ========================================== - Coverage 29.61% 29.49% -0.13% ========================================== Files 22 22 Lines 1651 1624 -27 ========================================== - Hits 489 479 -10 + Misses 1115 1098 -17 Partials 47 47 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.