1
0
Fork 0

pkgdev: comments on own lines

This commit is contained in:
tastytea 2022-09-16 10:51:07 +02:00
parent 712c90b1ee
commit 2a9d474aac
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 8 additions and 4 deletions

View File

@ -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: