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