mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 20:04:32 +02: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…
Add table
Add a link
Reference in a new issue