dotfiles/.config/pkgdev/pkgdev.conf
2023-01-29 17:35:13 +01:00

14 lines
291 B
TOML

[DEFAULT]
# 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
# fix copyright year
commit.mangle = true
# allow pushing commits with QA errors
push.ask = true
# vim: set ft=toml: