]> git.mxchange.org Git - friendica.git/commitdiff
exclude vendor pathes from scan
authorArt4 <art4@wlabs.de>
Sat, 23 Nov 2024 23:06:45 +0000 (23:06 +0000)
committerArt4 <art4@wlabs.de>
Sat, 23 Nov 2024 23:06:45 +0000 (23:06 +0000)
.phpstan.neon

index e398ad3265b4411fd726f4fb3996f46d070034f6..469f7eafa44a370cdb3bcaf4d6b5c6f80da2f1af 100644 (file)
@@ -9,6 +9,10 @@ parameters:
         - addon/
         - src/
 
+    excludePaths:
+        analyse:
+            - addon/*/vendor/*
+
     scanDirectories:
         - mod
         - vendor