X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=5104e302c19e0cec0eeebf2b9b145d6b850ccc65;hb=3e25f245f95bdaeb9db2e6e0540189d5378ad05d;hp=80efcfaafd0e2973c4ea73aaf0c33e3ff77a0ca0;hpb=4a5827ff5adadcd8c1ef9231e485f77c0c376c03;p=github%2Fshaarli%2FShaarli.git diff --git a/Makefile b/Makefile index 80efcfaa..5104e302 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,10 @@ static_analysis_summary: code_sniffer_source copy_paste mess_detector_summary code_sniffer: code_sniffer_full +### - errors filtered by coding standard: PEAR, PSR1, PSR2, Zend... +PHPCS_%: + @$(BIN)/phpcs $(PHP_SOURCE) --report-full --report-width=200 --standard=$* + ### - errors by Git author code_sniffer_blame: @$(BIN)/phpcs $(PHP_SOURCE) --report-gitblame