diff --git a/.config/pkgdev/pkgdev.conf b/.config/pkgdev/pkgdev.conf index 381293d..dfd8adf 100644 --- a/.config/pkgdev/pkgdev.conf +++ b/.config/pkgdev/pkgdev.conf @@ -1,7 +1,11 @@ [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 +# 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: