This commit is contained in:
Jordan Tardif 2017-04-17 07:44:17 +00:00 committed by GitHub
commit bc123f39c3
7 changed files with 50 additions and 0 deletions

View file

@ -43,6 +43,12 @@
entry: check-json
language: python
files: \.json$
- id: check-rubocop
name: Check Rubocop
description: This hook checks ruby files for syntax/style
entry: check-rubocop
language: python
files: \.rb$
- id: pretty-format-json
name: Pretty format JSON
description: This hook sets a standard for formatting JSON files.