DrupalCodingStandard
DrupalCodingStandard copied to clipboard
A Sublime build script for running Drupal Code Sniffer.
I'm trying to setup Sublime Text 3 to use this code sniffer, but when I hit ctrl+b, I get "[WinError 2] The system cannot find the file specified."
Would that file work fine for Sublime Text 3? If so, can README be updated?
I got this message below when I hit command+B: ``` [Errno 2] No such file or directory [cmd: [u'phpcs', u'--report=emacs', u'--standard=Drupal', u'--extensions=php,module,inc,install,test,profile,theme', u'/Library/WebServer/Documents/drupal7/sites/all/modules/auto_nodetitle/auto_nodetitle.module']] [dir: /Library/WebServer/Documents/drupal7/sites/all/modules/auto_nodetitle] [path: /usr/bin:/bin:/usr/sbin:/sbin] [Finished] ``` Seems...
Now that the Coder Module is presumably holding the torch for the Drupal Coding Standards what is the process for integrating this project with the Coder module?