Skip to content

Commit

Permalink
chore(tool): Remove commit hook
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Oct 28, 2024
1 parent 73c25a2 commit 043e219
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ This project uses an assortment of tools for the development.
Currently included are:
- [fvm](https://pub.dev/packages/fvm) for managing Flutter versions
- [melos](https://pub.dev/packages/melos) for managing packages in this monorepo
- [husky](https://pub.dev/packages/husky) for managing git hooks
- [commitlint_cli](https://pub.dev/packages/commitlint_cli) for validating commits according to the conventional commits specification

To set up all these tools run the `./tool/setup.sh` script.
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ environment:
dev_dependencies:
commitlint_cli: ^0.7.2
fvm: ^3.2.1
husky: ^0.1.7
melos: ^6.0.0
custom_lint: ^0.6.8
coverage: ^1.10.0
2 changes: 0 additions & 2 deletions tool/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ else
melos exec -c1 -- flutter pub get
melos run format
fi

fvm dart run husky install

0 comments on commit 043e219

Please sign in to comment.