Skip to content

Commit c648614

Browse files
authored
fix: remove lefthook (#1923)
* fix: remove lefthook Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com> * chore: add changeset Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com> --------- Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
1 parent 98226c7 commit c648614

5 files changed

Lines changed: 42 additions & 235 deletions

File tree

.changeset/wet-carpets-bake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@asyncapi/cli': minor
3+
---
4+
5+
Studio updated to 1.1.0 with Next.js 14.2.35 in https://github.com/asyncapi/cli/pull/1922/changes

DEVELOPMENT.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,6 @@ After cloning the repository, you should setup the fork properly and configure t
2121
npm install
2222
```
2323

24-
3. **Set up Git hooks with Lefthook:**
25-
26-
Lefthook is used to run tests and commit message checks automatically on each and every commit.
27-
After installing dependencies, Lefthook hooks are set up automatically.
28-
If you ever need to re-install hooks, run:
29-
30-
```bash
31-
npx lefthook install
32-
```
33-
> [!TIP]
34-
> If during commiting changes lefthooks fail at test stage please try running commiting again once.
35-
36-
## Pre-commit and commit message hooks
37-
38-
This project uses [Lefthook](https://github.com/evilmartians/lefthook) to enforce code quality and commit standards:
39-
40-
4124
## Running tests
4225

4326
### Local testing

lefthook.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)