Skip to content

Commit 1d9eb67

Browse files
committedApr 9, 2015
Clarify quiet option for hooks in README
1 parent 055165b commit 1d9eb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Option | Description
168168
----------------------------------------|--------------------------------------
169169
`enabled` | If `false`, this hook will never be run
170170
`required` | If `true`, this hook cannot be skipped via the `SKIP` environment variable
171-
`quiet` | If `true`, this hook does not display any output unless it fails
171+
`quiet` | If `true`, this hook does not display any output unless it warns/fails
172172
`description` | Message displayed while hook is running.
173173
`requires_files` | If `true`, this hook runs only if files that are applicable to it have been modified. See `include` and `exclude` for how to specify applicable files.
174174
`include` | File paths or glob patterns of files that apply to this hook. The hook will only run on the applicable files when they have been modified. Note that the concept of modified varies for different types of hooks. By default, `include` matches every file until you specify a list of patterns.

0 commit comments

Comments
 (0)
Please sign in to comment.