mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
add tests, test sample files and minor refactor of exit codes in actual hook in order to facilitate testing
This commit is contained in:
parent
88725503c4
commit
02e8bdc9d8
6 changed files with 66 additions and 2 deletions
10
testing/resources/sample_aws_credentials
Normal file
10
testing/resources/sample_aws_credentials
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# this is an aws credentials configuration file. obviously not real credentials :P
|
||||
[default]
|
||||
aws_access_key_id = AKIASLARTIBARTFAST11
|
||||
aws_secret_access_key = 7xebzorgm5143ouge9gvepxb2z70bsb2rtrh099e
|
||||
[production]
|
||||
aws_access_key_id = AKIAVOGONSVOGONS0042
|
||||
aws_secret_access_key = z2rpgs5uit782eapz5l1z0y2lurtsyyk6hcfozlb
|
||||
[staging]
|
||||
aws_access_key_id = AKIAJIMMINYCRICKET0A
|
||||
aws_secret_access_key = ixswosj8gz3wuik405jl9k3vdajsnxfhnpui38ez
|
||||
Loading…
Add table
Add a link
Reference in a new issue