diff --git a/.golangci.yml b/.golangci.yml index 31da97cf..fdc9983e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -79,7 +79,7 @@ linters: - gosec text: "G115" # G201: SQL with fmt.Sprintf using placeholders (IN clause expansion) - - path: 'internal/storage/sqlite/dependencies\.go' + - path: 'internal/storage/sqlite/(dependencies|batch_ops)\.go' linters: - gosec text: "G201"