diff --git a/.golangci.yml b/.golangci.yml index a360736f..6f9a2585 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -33,6 +33,12 @@ linters-settings: - blank - dot +issues: + exclude-rules: + - linters: + - typecheck + text: "no matching files found" + run: skip-dirs: - frontend