Skip to content

Commit

Permalink
fix precommit bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtaco committed Feb 28, 2017
1 parent 1b5b546 commit 651fa60
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@
entry: sh
language: system
files: \.js$
args: [-c, 'cd shared && yarn run lint']
args:
- -c
- cd shared && yarn run lint
- id: flow
name: flow
entry: sh
language: system
files: \.js$
args: [-c, 'cd shared && yarn run flow']

args:
- -c
- cd shared && yarn run flow
- repo: [email protected]:keybase/pre-commit-golang.git
sha: 'b15b3e743ccca9eeaa7fd4f8a064d2ab32b157bd'
sha: 06cb541d5ec2ec6adc218f7862098c55b5b24fc1
hooks:
- id: go-fmt
- id: go-vet
Expand Down

0 comments on commit 651fa60

Please sign in to comment.