PHP_CodeSniffer 不遵循提供的外部标准

发布于 2024-12-26 07:55:59 字数 253 浏览 0 评论 0原文

我有一个外部标准,是从 Sonar 中得到的。我使用 --standard=/path/to/standard.xml 方法指定标准。如果这不是有效的文件,我会收到错误消息。所以它正在读取并解析文件。

我的问题是输出中包含了几个我的标准没有告诉它使用的嗅探。我在 Jenkins 中收到了大量误报。声纳至少剔除了那些不符合该标准的内容。例如,我已经关闭了所有句号规则,但它们仍然出现在我的报告中。

我正在运行 PHP_CodeSniffer 版本 1.3.2。

I've got an external standard, which I got out of Sonar. I specify the standard with the --standard=/path/to/standard.xml methodology. If that isn't a valid file, I get an error. So it is reading and parsing the file.

My problem is in the output it is including several sniffs that my standard isn't telling it to use. I get a ton of false positives going into Jenkins. Sonar at least strips out the ones that aren't in that standard. For instance, I've turned off all of the full stop rules, but they are still showing up in my report.

I am running PHP_CodeSniffer version 1.3.2.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文