This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Install drupal/coder | |
composer global require drupal/coder | |
# Register Drupal and DrupalPractice Standard with PHPCS | |
phpcs --config-set installed_paths ~/.composer/vendor/drupal/coder/coder_sniffer | |
# Colorise output | |
phpcs --config-set colors 1 | |
# Go home | |
cd ~ |
NewerOlder