xmr-remote-nodes/.golangci.yaml

12 lines
213 B
YAML
Raw Permalink Normal View History

linters-settings:
errcheck:
ignore: ""
2024-05-24 06:16:37 +07:00
issues:
exclude-rules:
- path: frontend/embed.go
text: "pattern build/\\*: no matching files found"
2024-05-30 15:47:27 +07:00
- path: _test.go
linters:
- errcheck