diff --git a/.golangci.yml b/.golangci.yml index 09651bc4..c5e1de38 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -34,6 +34,6 @@ issues: - linters: - revive text: "exported:" - - path: (_test\.go) + - path: _test\.go linters: - gosec # security is not make sense in tests