From 56ad434a235c9478e440519b3063b5995ee91d46 Mon Sep 17 00:00:00 2001 From: Stan Date: Fri, 15 Dec 2017 18:27:22 +0200 Subject: [PATCH] Kudos for the original developers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d951dfd..c1620b1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# PHPCS git pre-commit hook +# Universal PHPCS git pre-commit hook ## About Auto installed git pre-commit hook for running [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) code checking to PSR2 coding standard compliance. It checks only files that are to be committed. -Inspired by [Enforce code standards with composer, git hooks, and phpcs](http://tech.zumba.com/2014/04/14/control-code-quality/) +Inspired by [Enforce code standards with composer, git hooks, and phpcs](http://tech.zumba.com/2014/04/14/control-code-quality/) and https://github.com/smgladkovskiy/phpcs-git-pre-commit and https://gist.github.com/BrizzleRocker/62ed61b37acf05344d4bce894e719251 . Installer checks OS on hosting machine and installs needed hooks for platform. ## Installation