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

8 lines
262 B
TOML

[DEFAULT]
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
# vim: set ft=toml: