Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sirkitree/DrupalCodingStandard

A Sublime build script for running Drupal Code Sniffer.
https://github.com/sirkitree/DrupalCodingStandard

Last synced: 2 months ago
JSON representation

A Sublime build script for running Drupal Code Sniffer.

Awesome Lists containing this project

README

        

Sublime Build System for running Drupal Code Sniffer on your Drupal files.

1. Follow the directions for the [Drupal Code Sniffer][1] project (see also: [Installing Drupal Code Sniffer on Sublime Text][2]).
2. Place the DrupalCodingStandard.sublime-build file into your Packages/User directory.
(On OS X this is ~/Library/Application Support/Sublime Text 2/Packages/User)
3. Open up Sublime Text 2 and select Tools > Build System > DrupalCodingStandard
4. Open any Drupal file and hit Cmd+B
5. You can make reporting more compress with "--report=full". In this case sniffer will show only line number(without full path to file)

[1]: https://www.drupal.org/project/coder
[2]: https://www.drupal.org/node/1419996