2024-06-19 09:54:40 +00:00
|
|
|
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
|