gpt4 book ai didi

php - 排除特定文件的特定 PHPCS 规则

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:00:55 24 4
gpt4 key购买 nike

我们在项目中使用 PSR0、PSR1 和 PSR2 标准,但我想从 PSR0 命名空间检查规则中排除特定文件。有没有办法可以在文件中添加注释,所以 phpcs 会忽略这条规则:

每个类必须在至少一个级别的命名空间中...

最佳答案

此处:http://pear.php.net/manual/en/package.php.php-codesniffer.annotated-ruleset.php

他们展示了这个例子:

<!--
You can also hard-code ignore patterns for specific sniffs,
a feature not available on the command line.

The code here will hide all messages from the Squiz DoubleQuoteUsage
sniff for files that match either of the two exclude patterns.
-->
<rule ref="Squiz.Strings.DoubleQuoteUsage">
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>*/data/*</exclude-pattern>
</rule>

关于php - 排除特定文件的特定 PHPCS 规则,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20743054/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com