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',
|
'revert',
|
||||||
'style',
|
'style',
|
||||||
'test',
|
'test',
|
||||||
|
'tests',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -75,6 +76,11 @@ module.exports = {
|
||||||
title: 'Tests',
|
title: 'Tests',
|
||||||
emoji: '🚨',
|
emoji: '🚨',
|
||||||
},
|
},
|
||||||
|
tests: {
|
||||||
|
description: 'Adding missing tests or correcting existing tests',
|
||||||
|
title: 'Tests',
|
||||||
|
emoji: '🚨',
|
||||||
|
},
|
||||||
build: {
|
build: {
|
||||||
description:
|
description:
|
||||||
'Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)',
|
'Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)',
|
Loading…
Reference in a new issue