Skip to content

Commit 28a4629

Browse files
authored
docs: Delete instructions to run non-existent soundness.sh (#763)
1 parent 2cfb357 commit 28a4629

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -89,21 +89,6 @@ directory, for example:
8989
--action-offline-mode
9090
```
9191

92-
For frequent contributors, we recommend adding the script as a [git pre-push hook](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks), which you can do via executing the following command in the project root directory:
93-
94-
```bash
95-
cat << EOF > .git/hooks/pre-push
96-
97-
if [[ -f "scripts/soundness.sh" ]]; then
98-
scripts/soundness.sh
99-
fi
100-
EOF
101-
```
102-
103-
Which makes the script execute, and only allow the `git push` to complete if the check has passed.
104-
105-
In the case of formatting issues, you can then `git add` the formatting changes, and attempt the push again.
106-
10792
## How to contribute your work
10893

10994
Please open a pull request at https://github.com/apple/swift-openapi-generator. Make sure the CI passes, and then wait for code review.

0 commit comments

Comments
 (0)