mirror of
https://github.com/espressif/conventional-precommit-linter.git
synced 2025-08-06 15:00:04 +08:00
change(default-types): add "test:" to default commit types
This commit is contained in:

committed by
Tomas Sebestik

parent
61f571090d
commit
2d7be0af14
@ -11,7 +11,7 @@ from .helpers import _color_grey
|
||||
from .helpers import _color_orange
|
||||
from .helpers import _color_purple
|
||||
|
||||
DEFAULT_TYPES = ['change', 'ci', 'docs', 'feat', 'fix', 'refactor', 'remove', 'revert']
|
||||
DEFAULT_TYPES = ['change', 'ci', 'docs', 'feat', 'fix', 'refactor', 'remove', 'revert', 'test']
|
||||
|
||||
rules_output_status = {
|
||||
'empty_message': False,
|
||||
|
Reference in New Issue
Block a user