dongrao9436 2013-08-26 06:35
浏览 34
已采纳

如何让Php Code Sniffer运行除一个之外的所有PSR2嗅探器

I have a php library I'm writing. It uses Doctrine. Php code sniffer with standard=PSR2 passes on my code with the exception of where I use constants defined in the Doctrine. Many Doctrine constants are not all uppercase, as PSR2 requires, but I can't change them because they are not defined in my library. How do I get Code Sniffer to check my library, but ignore those constants defined in Doctrine?

  • 写回答

1条回答 默认 最新

  • dousi6303 2013-09-03 00:21
    关注

    The simplest solution is to use the @codingStandardsIgnoreStart and @codingStandardsIgnoreEnd annotations. Eg:

    // @codingStandardsIgnoreStart
    $xmlPackage['error_code'] = get_default_error_code_value();
    // @codingStandardsIgnoreEnd
    

    See the section 'Ignoring Parts of a File' in http://pear.php.net/manual/en/package.php.php-codesniffer.advanced-usage.php

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥30 vmware exsi重置后登不上
  • ¥15 易盾点选的cb参数怎么解啊
  • ¥15 MATLAB运行显示错误,如何解决?
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容
  • ¥15 关于#stm32#的问题:CANOpen的PDO同步传输问题
  • ¥20 yolov5自定义Prune报错,如何解决?
  • ¥15 电磁场的matlab仿真
  • ¥15 mars2d在vue3中的引入问题
  • ¥50 h5唤醒支付宝并跳转至向小荷包转账界面