1
0
Fork 0
dotfiles/.config/pkgdev/pkgdev.conf

16 lines
390 B
Plaintext
Raw Normal View History

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
2023-01-29 17:35:13 +01:00
# fix copyright year
commit.mangle = true
2022-09-16 10:51:07 +02:00
# allow pushing commits with QA errors
push.ask = true
2023-07-23 17:54:49 +02:00
# load api key from file outside of my config git repo
bugs.config = ~/.config/pkgdev/secrets.conf
2022-09-13 20:14:01 +02:00
# vim: set ft=toml: