From 4004f70733274629b0e1820e01491635138fdccf Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 19 Apr 2023 20:37:44 +0200 Subject: [PATCH] exclude vendor folder from codacy --- .codacy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codacy.yml b/.codacy.yml index 1d94123ca7..5a57c852b9 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -17,4 +17,5 @@ exclude_paths: - 'tests/acceptance/features/bootstrap/**' - 'tests/TestHelpers/**' - 'tests/acceptance/run.sh' + - 'vendor/**/*' ...