Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 358 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 358 Bytes

pre-commit-php

pre-commit scriptes for PHP.

Setup

Add to config file:

-
    repo:   git://github.com/sofakartoffel/pre-commit-php
    sha:    0.1.0
    hooks:
        -   id: phpcs
        -   id: phpcbf
        -   id: php-cs-fixer
        -   id: phpmd

See http://pre-commit.com/#usage for detailed informations.