phpcs and tlint SUPER basic setup instructions
SUPER simple intro to a new dev for the steps to take to get PHPCS+Tlint set up in PHPstorm, and also the steps we would recommend Sublime use
composer global require "squizlabs/php_codesniffer=*"
composer global require tightenco/tlint
~/.phpcs.xml
TLint
SublimeLinter
SublimeLinter-php
SublimeLinter-phpcs
which phpcs
: https://gist.github.com/loganhenson/9610efc9f1c84bd420b96eef60340802#file-sublimelinter-sublime-settings-user-L77tlint lint $filename
or tlint —diff
from the project’s current working directory