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

12 lines
249 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
# allow pushing commits with QA errors
push.ask = true
# vim: set ft=toml: