Files
php-flasher/psalm.xml
T
Khoubza Younes 55919df70d style: add psalm
2023-01-31 02:04:29 +01:00

27 lines
1.0 KiB
XML

<?xml version="1.0"?>
<psalm
errorLevel="4"
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"
findUnusedBaselineEntry="true"
findUnusedCode="false"
>
<projectFiles>
<directory name="src/Prime" />
<ignoreFiles>
<directory name="vendor" />
<file name="phpstorm/Laravel/.phpstorm.meta.php" />
<file name="src/SweetAlert/Prime/.phpstorm.meta.php" />
<file name="src/Notyf/Prime/.phpstorm.meta.php" />
<file name="src/Pnotify/Prime/.phpstorm.meta.php" />
<file name="src/Noty/Prime/.phpstorm.meta.php" />
<file name="src/Laravel/.phpstorm.meta.php" />
<file name="src/Toastr/Prime/.phpstorm.meta.php" />
<file name="src/Prime/.phpstorm.meta.php" />
<file name="src/Cli/Prime/.phpstorm.meta.php" />
</ignoreFiles>
</projectFiles>
</psalm>