add no commit code and config

This commit is contained in:
Evan J. Felix 2017-01-19 14:56:55 -08:00
parent 7539d8bd1a
commit 6c464e2702
2 changed files with 8 additions and 1 deletions

View file

@ -141,3 +141,9 @@
entry: trailing-whitespace-fixer
language: python
files: \.(asciidoc|adoc|coffee|cpp|css|c|ejs|erb|groovy|h|haml|hh|hpp|hxx|html|in|j2|jade|json|js|less|markdown|md|ml|mli|pp|py|rb|rs|R|scala|scss|sh|slim|tex|tmpl|ts|txt|yaml|yml)$
- id: no-commit-to-branch
name: Dont commit to branch
entry: no-commit-to-branch
language: python
files: .*
always_run: true