From: VirtualTam Date: Sun, 12 Jul 2015 21:04:43 +0000 (+0200) Subject: Makefile: add a generic rule to run PHPCS against different coding standards X-Git-Tag: v0.5.1~8^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=3e25f245f95bdaeb9db2e6e0540189d5378ad05d;hp=3e25f245f95bdaeb9db2e6e0540189d5378ad05d;p=github%2Fshaarli%2FShaarli.git Makefile: add a generic rule to run PHPCS against different coding standards Relates to #95 Usage - list available standards $ ./vendor/bin/phpcs -i - run PHPCS against a given standard $ make PHPCS_ Examples $ make PHPCS_PSR1 $ make PHPCS_Zend Signed-off-by: VirtualTam ---