Skip to content

Commit fab00e2

Browse files
authored
Update README.md
1 parent 0064bd2 commit fab00e2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,17 @@ fi
103103
```
104104

105105
Additionally you can call pre-commit script with two options `-s` and `-a`. First one silence standard informations, which file is currently being checked. Second one allow you to check whole repo, not only files changed locally.
106+
107+
Configuration
108+
===============
109+
You can set configuration options in commit_hooks/config.cfg
110+
This file is sourced by the pre-commit/receive hooks.
111+
112+
Current options:
113+
* CHECK_PUPPET_LINT
114+
* USE_PUPPET_FUTURE_PARSER (only used by Puppet < 4)
115+
* CHECK_INITIAL_COMMIT
116+
* CHECK_RSPEC
117+
* PUPPET_LINT_OPTIONS
118+
* PUPPET_LINT_FAIL_ON_WARNINGS
119+
* UNSET_RUBY_ENV (for GitLab users)

0 commit comments

Comments
 (0)