From d7413b7c8904c09a8a43671b51e2c8121c6bb19b Mon Sep 17 00:00:00 2001 From: Joseph Kato Date: Wed, 26 Jun 2024 20:30:44 -0700 Subject: [PATCH] chore: restrict fossa to source files --- .fossa.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.fossa.yml b/.fossa.yml index 667046b3..aff5437e 100755 --- a/.fossa.yml +++ b/.fossa.yml @@ -11,4 +11,6 @@ analyze: - name: github.com/errata-ai/vale type: go target: github.com/errata-ai/vale - path: . + paths: + - cmd + - internal