Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-09-29 22:54:29 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-09-29 22:54:29 +0300
commit2d8646b6652629e8637838ee021e6ec02b2623d1 (patch)
tree161cbad43b121d26d1d679271c5b7aa329810dce
parentee7be0608aa10f346973566de0d04fa92f41679f (diff)
Do not validate files from vendor with psalmfix/support-nextcloud-25
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r--psalm.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
index 3cc40a9..9ec807d 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -7,6 +7,9 @@
>
<projectFiles>
<directory name="lib"/>
+ <ignoreFiles>
+ <directory name="vendor" />
+ </ignoreFiles>
</projectFiles>
<extraFiles>
<directory name="vendor/christophwurst/nextcloud"/>