X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=181b61c4c476c1f3f16b5bfeb39789b9ea090bcd;hb=e09bb93e18a333eff8e6a4156f5b58ba9c7d25cd;hp=7415887a42cb572a7f632374193e91d87e8895f9;hpb=d9d71b10c3bc70a0881d630b37dc4e918c9e812f;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