xmr-remote-nodes/.golangci.yaml
2024-06-19 16:54:40 +07:00

11 lines
213 B
YAML

linters-settings:
errcheck:
ignore: ""
issues:
exclude-rules:
- path: frontend/embed.go
text: "pattern build/\\*: no matching files found"
- path: _test.go
linters:
- errcheck