feat: add discord labels to metrics #54
GitHub Actions / GolangCI Lint
failed
Nov 14, 2023 in 0s
reviewdog [GolangCI Lint] report
reported by reviewdog 🐶
Findings (1)
pkg/collector/collector.go|223 col 25| block should not start with a whitespace (wsl)
Filtered Findings (0)
Annotations
Check failure on line 223 in pkg/collector/collector.go
github-actions / GolangCI Lint
[GolangCI Lint] pkg/collector/collector.go#L223
block should not start with a whitespace (wsl)
Raw output
pkg/collector/collector.go:223:25: block should not start with a whitespace (wsl)
for _, op := range ops {
^
Loading