mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-18 11:31:46 +04:00
Added config parameter hide_skipped
This commit is contained in:
parent
b3582dfd31
commit
7c883d038d
7 changed files with 130 additions and 8 deletions
|
|
@ -0,0 +1,15 @@
|
|||
- id: passing_hook
|
||||
name: Passing hook
|
||||
entry: bin/hook.sh
|
||||
args: ['0']
|
||||
language: script
|
||||
- id: failing_hook
|
||||
name: Failing hook
|
||||
entry: bin/hook.sh
|
||||
args: ['1']
|
||||
language: script
|
||||
- id: skipping_hook
|
||||
name: Skipping hook
|
||||
entry: bin/hook.sh
|
||||
language: script
|
||||
files: 'no-exist-file'
|
||||
Loading…
Add table
Add a link
Reference in a new issue