1
0
Fork 0

update pkgdev config, add comments

This commit is contained in:
tastytea 2022-09-15 23:32:17 +02:00
parent e0c827fbe1
commit 27a8551d68
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
[DEFAULT]
commit.scan = true
commit.ask = true
commit.signoff = true
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: