0.0
No commit activity in last 3 years
No release in over 3 years
PHP plugin for jish/pre-commit
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

PHP plugin for https://github.com/jish/pre-commit

Current version Code Climate Coverage Status Build status Dependency Status Documentation

Installation

Install the plugin

$ gem install pre-commit-php

Enable as errors

Use the pre-commit command to enable the plugin

# In your git repo
$ pre-commit enable yaml checks php

This creates a config/pre_commit.yml configuratiuon file which will inform pre-commit to use pre-commit-php plugin for this project.

Enable as warnings

Use the pre-commit command to enable the plugin

# In your git repo
$ pre-commit enable yaml warnings php