-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
A.A.Abroskin
committed
Apr 17, 2019
1 parent
632335c
commit 6970861
Showing
26 changed files
with
184 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
.vscode/ | ||
.hookah-local/ | ||
.hookah/ | ||
/hookah-local.yml | ||
/hookah.yml | ||
hookah | ||
.lefthook-local/ | ||
.lefthook/ | ||
/lefthook-local.yml | ||
/lefthook.yml | ||
lefthook | ||
|
||
tmp/ | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
project_name: lefthook | ||
before: | ||
hooks: | ||
- go generate ./... | ||
|
@@ -35,26 +36,26 @@ changelog: | |
brew: | ||
github: | ||
owner: Arkweid | ||
name: homebrew-hookah | ||
homepage: "https://github.com/Arkweid/hookah" | ||
description: "Simple git hooks manager" | ||
name: homebrew-lefthook | ||
homepage: "https://github.com/Arkweid/lefthook" | ||
description: "Lefthook a single dependency-free binary to manage all your git hooks that works with any language in any environment, and in all common team workflows" | ||
folder: Formula | ||
test: | | ||
system "#{bin}/hookah -v" | ||
system "#{bin}/lefthook version" | ||
snapcraft: | ||
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||
summary: For rule your git hooks | ||
description: | | ||
Simple git hooks manager. | ||
Lefthook a single dependency-free binary to manage all your git hooks that works with any language in any environment, and in all common team workflows. | ||
grade: stable | ||
confinement: strict | ||
publish: true | ||
|
||
nfpm: | ||
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||
homepage: https://github.com/Arkweid/hookah | ||
description: Simple git hooks manager | ||
homepage: https://github.com/Arkweid/lefthook | ||
description: Lefthook a single dependency-free binary to manage all your git hooks that works with any language in any environment, and in all common team workflows | ||
maintainer: Alexander Abroskin <[email protected]> | ||
license: MIT | ||
vendor: Arkweid | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.