Dmitry Shemin
Dmitry Shemin
I experience the same issue with Hetzner Storage Box.
Hi! You can use [forbidigo](https://golangci-lint.run/usage/linters/#forbidigo) linter for this case. Just put this lines to config: ```yaml linters: # ... enable: # ... - forbidigo # ... # ... linters-settings: #...
Any updates?
Could anyone merge this PR?
Hi, I have same problem and find out that `satis-go` binaries from https://github.com/benschw/satis-go/releases/tag/0.1.1 always override `db.json` file. So I compile from source and it works well.