Adapt .golangci.yml to latest version and fix linter issues #3595
GitHub Actions / golangci
failed
Mar 20, 2024 in 1s
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (1)
merklehasher/merkle_proof.go|46 col 1| directive // nolint: tagliatelle // Does not understand generics
should be written without leading space as //nolint: tagliatelle // Does not understand generics
(nolintlint)
Filtered Findings (0)
Annotations
Check failure on line 46 in merklehasher/merkle_proof.go
github-actions / golangci
[golangci] merklehasher/merkle_proof.go#L46
directive `// nolint: tagliatelle // Does not understand generics` should be written without leading space as `//nolint: tagliatelle // Does not understand generics` (nolintlint)
Raw output
merklehasher/merkle_proof.go:46:1: directive `// nolint: tagliatelle // Does not understand generics` should be written without leading space as `//nolint: tagliatelle // Does not understand generics` (nolintlint)
// nolint: tagliatelle // Does not understand generics
^
Loading