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

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doctrine/lexer/psalm.xml')
-rw-r--r--doctrine/lexer/psalm.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/doctrine/lexer/psalm.xml b/doctrine/lexer/psalm.xml
new file mode 100644
index 00000000..f331e50c
--- /dev/null
+++ b/doctrine/lexer/psalm.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<psalm
+ errorLevel="5"
+ resolveFromConfigFile="true"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="https://getpsalm.org/schema/config"
+ xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
+>
+ <projectFiles>
+ <directory name="lib/Doctrine/Common/Lexer" />
+ <ignoreFiles>
+ <directory name="vendor" />
+ </ignoreFiles>
+ </projectFiles>
+</psalm>