feat: remove entities not present in current import
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M .golangci.yaml → .golangci.yaml
@@ -22,6 +22,10 @@ - sloglint - unconvert - wrapcheck settings: + errcheck: + verbose: true + exclude-functions: + - (github.com/asdine/storm/v3.Tx).Rollback forbidigo: forbid: - pattern: ^(file)?path.Join$