hooked/hooked-config/tests/snapshots/serialize__serialize.snap

21 lines
338 B
Plaintext
Raw Normal View History

---
2022-11-01 12:38:52 +00:00
source: hooked-config/tests/serialize.rs
expression: to_string_pretty(&config).unwrap()
---
[general]
2022-11-01 12:38:52 +00:00
config = 'Hooked.toml'
directory = 'hooks'
[[pre_commit]]
name = 'Command Test'
on_failure = 'continue'
2022-11-27 16:29:44 +00:00
staged = ['*.txt']
command = 'exit 0'
[[pre_commit]]
name = 'Script Test'
on_failure = 'stop'
2022-11-27 16:29:44 +00:00
staged = []
script = 'test.sh'