diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/pkgdev/pkgdev.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/pkgdev/pkgdev.conf b/.config/pkgdev/pkgdev.conf new file mode 100644 index 0000000..6e3fa5d --- /dev/null +++ b/.config/pkgdev/pkgdev.conf @@ -0,0 +1,10 @@ +[DEFAULT] +# Always run 'pkgcheck scan --commits' at the point of commit +# The default is not to do this (for performance) and instead runs on 'pkgdev push' +commit.scan = true + +# Add a 'Signed-off-by' tag to all commits, regardless of repository +commit.signoff = true + +# Ask before creating a commit with detected serious QA issues +push.ask = true |