xmr-remote-nodes/.golangci.yaml

12 lines
213 B
YAML
Raw Normal View History

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