Skip to content

Commit

Permalink
Update hook order
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Aug 23, 2021
1 parent fc76f0f commit 8ca72e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ repos:
- repo: https://github.com/tekwizely/pre-commit-golang
rev: v1.0.0-beta.4
hooks:
- id: go-build-repo-mod
- id: my-cmd
name: golines
args: [golines, '-m', '80', '-w', '--']
always_run: false
verbose: false
- id: go-build-repo-mod
- id: go-test-repo-mod
- id: go-imports
- id: golangci-lint-repo-mod

0 comments on commit 8ca72e8

Please sign in to comment.