X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=181b61c4c476c1f3f16b5bfeb39789b9ea090bcd;hb=refs%2Fheads%2Flatest;hp=7415887a42cb572a7f632374193e91d87e8895f9;hpb=9b3c1270bcbe4f8e30e0160da8badd43dd94871a;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