Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius committed Jan 7, 2020
1 parent 03d6848 commit 3a9822d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,12 @@ pre-commit run terraform-validate --all-files

pre-commit run --all-files
```

=== Contribute

All `*.sh` files inside pre_commit_hooks need to be marked as executable. Otherwise the pre-commot hooks won't be executable
by default. You apply the flag to all `*.sh` files with the following command:

```
find pre_commit_hooks/ -type f -iname "*.sh" -exec chmod +x {} \;
```

0 comments on commit 3a9822d

Please sign in to comment.