2021-01-29 00:20:46 +05:30
|
|
|
---
|
|
|
|
# Warning: gitlab.ToDo
|
|
|
|
#
|
|
|
|
# You should not use "To Do", unless it refers to the UI element.
|
|
|
|
#
|
2023-01-13 00:05:48 +05:30
|
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
2021-01-29 00:20:46 +05:30
|
|
|
extends: substitution
|
2023-01-13 00:05:48 +05:30
|
|
|
message: "Use 'to-do item' in most cases, or 'Add a to do' if referring to the UI button."
|
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html#to-do-item
|
2021-01-29 00:20:46 +05:30
|
|
|
level: warning
|
|
|
|
ignorecase: false
|
|
|
|
swap:
|
|
|
|
'[Tt]o [Dd]o [Ii]tems?': to-do item
|
|
|
|
'\w* [Aa] [Tt]o [Dd]o': Add a to do
|