summaryrefslogtreecommitdiff
path: root/.config/pkgdev/pkgdev.conf
blob: 6e3fa5dc3f2b92a8469253b56fa50a2d64844ed7 (plain)
1
2
3
4
5
6
7
8
9
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