mirror of
https://github.com/friendica/friendica
synced 2025-01-02 04:42: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/
|
||||
- src/
|
||||
|
||||
excludePaths:
|
||||
analyse:
|
||||
- addon/*/vendor/*
|
||||
|
||||
scanDirectories:
|
||||
- mod
|
||||
- vendor
|
||||
|
|
Loading…
Reference in a new issue