Skip to content

Instantly share code, notes, and snippets.

View wcarvalloalandia's full-sized avatar

wcarvalloalandia

View GitHub Profile
@wcarvalloalandia
wcarvalloalandia / pre-commit-csfixer
Created October 22, 2018 09:48 — forked from sampart/pre-commit-csfixer
git pre-commit hook to run the Coding Standards fixer against changed files
#!/bin/bash
# Coding Standards fixer from http://cs.sensiolabs.org/ pre-commit hook for git
#
# Based on https://github.com/s0enke/git-hooks
#
# @author Soenke Ruempler <[email protected]>
# @author Sebastian Kaspari <[email protected]>
#
# see the README