exclude vendor folder from codacy

This commit is contained in:
Michael Barz
2023-04-19 20:37:44 +02:00
parent 26aa0524aa
commit 4004f70733
+1
View File
@@ -17,4 +17,5 @@ exclude_paths:
- 'tests/acceptance/features/bootstrap/**'
- 'tests/TestHelpers/**'
- 'tests/acceptance/run.sh'
- 'vendor/**/*'
...