mirror of
https://github.com/friendica/friendica
synced 2025-01-04 18:02:19 +00:00
exclude vendor pathes from scan
This commit is contained in:
parent
9d4dc61807
commit
763d66f367
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ parameters:
|
||||||
- addon/
|
- addon/
|
||||||
- src/
|
- src/
|
||||||
|
|
||||||
|
excludePaths:
|
||||||
|
analyse:
|
||||||
|
- addon/*/vendor/*
|
||||||
|
|
||||||
scanDirectories:
|
scanDirectories:
|
||||||
- mod
|
- mod
|
||||||
- vendor
|
- vendor
|
||||||
|
|
Loading…
Reference in a new issue