mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-12-17 22:20:19 +01:00
Move commitlint.config.js to hidden .commitlintrc.js
This commit is contained in:
parent
b7bf1ec02d
commit
9f26414a37
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,7 @@ module.exports = {
|
|||
'revert',
|
||||
'style',
|
||||
'test',
|
||||
'tests',
|
||||
],
|
||||
],
|
||||
},
|
||||
|
@ -75,6 +76,11 @@ module.exports = {
|
|||
title: 'Tests',
|
||||
emoji: '🚨',
|
||||
},
|
||||
tests: {
|
||||
description: 'Adding missing tests or correcting existing tests',
|
||||
title: 'Tests',
|
||||
emoji: '🚨',
|
||||
},
|
||||
build: {
|
||||
description:
|
||||
'Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)',
|
Loading…
Reference in a new issue