X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=181b61c4c476c1f3f16b5bfeb39789b9ea090bcd;hb=8a6b7e96b7176e03238bbb1bcaa4c8b0c25e6358;hp=7415887a42cb572a7f632374193e91d87e8895f9;hpb=4cf3564d28dc8e4d08a3e64f09ad045ffbde97ae;p=github%2Fshaarli%2FShaarli.git diff --git a/Makefile b/Makefile index 7415887a..181b61c4 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,6 @@ PHPCS := $(BIN)/phpcs code_sniffer: @$(PHPCS) -### - errors filtered by coding standard: PEAR, PSR1, PSR2, Zend... -PHPCS_%: - @$(PHPCS) --report-full --report-width=200 --standard=$* - ### - errors by Git author code_sniffer_blame: @$(PHPCS) --report-gitblame