Skip to content

Commit 08762d2

Browse files
Merge branch 'feat/git-hooks' of github.com:JeneaVranceanu/web3swift into feat/git-hooks
2 parents 3ff360a + 2f6e72e commit 08762d2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Make sure that `ganache` is running on its default port `8546`. To change the po
190190

191191
### Before you commit
192192

193-
Please, run `.githooks/init_hooks.sh` to initialize git hooks that will do `codespell`, `swiftlint` and other checks. _Issues may arise with hooks on platforms other than Mac OS._
193+
We are using [pre-commit](https://pre-commit.com) to run validations locally before a commit is created. Please, install pre-commit and run `pre-commit install` from project's root directory. After that before every commit git hook will run and execute `codespell`, `swiftlint` and other checks.
194194

195195
## Contribute
196196
Want to improve? It's awesome:

Tests/web3swiftTests/localTests/TransactionsTests.swift

100755100644
File mode changed.

0 commit comments

Comments
 (0)