dotfiles/.config/pkgdev/pkgdev.conf

8 lines
262 B
Plaintext
Raw Normal View History

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