diff --git a/.golangci.yaml b/.golangci.yaml new file mode 100644 index 0000000..97c7c4a --- /dev/null +++ b/.golangci.yaml @@ -0,0 +1,4 @@ +issues: + exclude-rules: + - path: frontend/embed.go + text: "pattern build/\\*: no matching files found"