-
Now we are currently using [pre-commit](https://pre-commit.com/) for pre-commit hooks, but it is inconvenient because it requires referencing external repositories for configuration. As an alternative…
-
- frontend
- コミット時にESLintとPrettierを実行する
- backend
- コミット時にESLintとPrettierを実行する
- コミット時に`bun run generate`を実行する(時間がかかるようならしなくても良いかも?)
-
### :wrench: Summary
Today, when installing 1.8.3 or 1.8.4 on a fresh build of a linux container (`elixir:1.14.2` in my case
-
### :zap: Summary
Star building lefthook package for Alpine Linux and push it to the core packages
### Value
For those who uses Alpine Linux and want to use lefthook whether on local machines…
-
### :wrench: Summary
This may be me misunderstanding lefthook's philosophy, but after reading through those issues and PRs:
* https://github.com/evilmartians/lefthook/pull/402
* https://github.…
-
### :zap: Summary
Hooks are triggered when executing git commands like `git commit`
[When lefthook is executed ](https://github.com/evilmartians/lefthook/blob/master/internal/templates/hook.tmpl)…
-
### :zap: Summary
Git provides the ability to set a standard template for your git setup using the GIT_TEMPLATE_DIR, Lefthook should be able to point, or generate or store a template for git to use…
-
### :zap: Summary
I am not sure lefthook or even git hooks are the right tools but I have the following problem:
I have a set of private generic hooks (think commitlint, spell check, etc.) which…
0xjac updated
1 month ago
-
### :wrench: Summary
I encounter 100 % reproducible freezes of our CI pipeline inside a ‘larger’ container image in a constrained CI environment. That are the discerning features, not OS or CPU…
-
For me git pre-commit hooks aren't executed.
Judging from https://github.com/gitbutlerapp/gitbutler/issues/2551 it seems like they should be, just without being able to view the output?