diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2023-07-23 12:04:49 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2023-07-23 12:04:49 +0530 |
commit | 10105328478b3da0031aea6f1528f0432e7aed7e (patch) | |
tree | b7802d0e7af441ad3b404d6da556e3f7efa6aaa5 | |
parent | 3da3700cbe511e07062636765c9f606f66758160 (diff) |
adding pkgdev config
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-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 |