12 Star 89 Fork 26

guanguans / music-dl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
psalm.xml.dist 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<psalm
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
cacheDirectory="./build/psalm/"
errorBaseline="psalm-baseline.xml"
errorLevel="4"
findUnusedBaselineEntry="true"
findUnusedCode="false"
findUnusedVariablesAndParams="true"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
>
<projectFiles>
<directory name="app"/>
<ignoreFiles allowMissingFiles="true">
<directory name="vendor"/>
<file name="src/UpdateHelper.php"/>
</ignoreFiles>
</projectFiles>
<issueHandlers>
<PropertyNotSetInConstructor errorLevel="info"/>
<UnusedVariable>
<errorLevel type="suppress">
<file name="app/Commands/MusicCommand.php"/>
</errorLevel>
</UnusedVariable>
<InvalidAttribute>
<errorLevel type="suppress">
<file name="app/Support/helpers.php"/>
</errorLevel>
</InvalidAttribute>
</issueHandlers>
<plugins>
<!--<pluginClass class="Psalm\LaravelPlugin\Plugin"/>-->
</plugins>
</psalm>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/guanguans/music-dl.git
git@gitee.com:guanguans/music-dl.git
guanguans
music-dl
music-dl
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891