diff --git a/.codacy.yml b/.codacy.yml index 1d94123ca..5a57c852b 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -17,4 +17,5 @@ exclude_paths: - 'tests/acceptance/features/bootstrap/**' - 'tests/TestHelpers/**' - 'tests/acceptance/run.sh' + - 'vendor/**/*' ...