2021-11-11 11:23:49 +05:30
|
|
|
---
|
2023-03-04 22:38:38 +05:30
|
|
|
# Warning: gitlab.ElementDescriptors
|
2021-11-11 11:23:49 +05:30
|
|
|
#
|
2023-03-04 22:38:38 +05:30
|
|
|
# Suggests the correct way to describe a button.
|
2021-11-11 11:23:49 +05:30
|
|
|
#
|
2023-01-13 00:05:48 +05:30
|
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
2023-03-04 22:38:38 +05:30
|
|
|
extends: existence
|
|
|
|
message: "If possible, rewrite to remove 'button'."
|
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html#button
|
|
|
|
level: warning
|
2021-11-11 11:23:49 +05:30
|
|
|
ignorecase: true
|
2023-03-04 22:38:38 +05:30
|
|
|
scope: raw
|
|
|
|
raw:
|
|
|
|
- \*\*.+?\*\* button
|