Skip to content

Commit

Permalink
Merge pull request #88 from CommunityHoneyNetwork/feature-pre-commit
Browse files Browse the repository at this point in the history
Feature pre-commit checking
  • Loading branch information
JesseBowling authored Nov 28, 2018
2 parents bba8c74 + 8c3b39e commit 40ec7f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v2.0.0
hooks:
- id: no-commit-to-branch

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.13.0
hooks:
- id: yamllint

0 comments on commit 40ec7f7

Please sign in to comment.