Skip to content

Commit

Permalink
docs: fix skip_output parameter name (skip -> skips)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Apr 13, 2023
1 parent 1ade029 commit 8d971c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ min_version: 1.1.3

You can manage the verbosity using the `skip_output` config. You can set whether lefthook should print some parts of its output.

Possible values are `meta,success,failure,summary,execution,skip`.
Possible values are `meta,success,failure,summary,execution,skips`.

This config quiets all outputs except for errors.

Expand All @@ -126,7 +126,7 @@ skip_output:
- success # Skips successful steps printing
- failure # Skips failed steps printing
- execution # Skips printing successfully executed commands and their output (but still prints failed executions)
- skip # Skips skip printing (ie no files matched)
- skips # Skips "skip" printing (i.e. no files matched)
```

You can also *extend* this list with an environment variable `LEFTHOOK_QUIET`:
Expand Down

0 comments on commit 8d971c5

Please sign in to comment.