2022-09-13 20:14:01 +02:00
|
|
|
[DEFAULT]
|
2022-09-16 10:51:07 +02:00
|
|
|
# run `pkgcheck scan` before committing
|
|
|
|
commit.scan = true
|
|
|
|
# allow creating commits with QA errors
|
|
|
|
commit.ask = true
|
|
|
|
# add Signed-off-by tag
|
|
|
|
commit.signoff = true
|
|
|
|
# allow pushing commits with QA errors
|
|
|
|
push.ask = true
|
2022-09-13 20:14:01 +02:00
|
|
|
|
|
|
|
# vim: set ft=toml:
|