PHP_CodeSniffer 不遵循提供的外部标准
我有一个外部标准,是从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论