2021-04-29 21:17:54 +05:30
|
|
|
---
|
|
|
|
# Warning: gitlab.NonStandardQuotes
|
|
|
|
#
|
|
|
|
# Use only standard single and double quotes, not left or right quotes.
|
|
|
|
#
|
2023-01-13 00:05:48 +05:30
|
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
2021-04-29 21:17:54 +05:30
|
|
|
extends: existence
|
2023-01-13 00:05:48 +05:30
|
|
|
message: "Use standard single quotes or double quotes only. Do not use left or right quotes."
|
2021-04-29 21:17:54 +05:30
|
|
|
level: warning
|
|
|
|
ignorecase: true
|
2023-01-13 00:05:48 +05:30
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#punctuation
|
2021-04-29 21:17:54 +05:30
|
|
|
scope: raw
|
|
|
|
raw:
|
|
|
|
- '[‘’“”]'
|