2020-05-21 02:08:25 -04:00
|
|
|
---
|
|
|
|
# Error: gitlab.CodeblockFences
|
|
|
|
#
|
2020-06-09 11:08:05 -04:00
|
|
|
# Ensures all codeblock language tags use the full name, not aliases.
|
2020-05-20 23:08:00 -04:00
|
|
|
#
|
2020-06-24 02:09:01 -04:00
|
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
2020-05-20 23:08:00 -04:00
|
|
|
extends: existence
|
|
|
|
message: 'Syntax highlighting hint "%s" must be one of: yaml, ruby, plaintext, markdown, javascript, shell, golang, python, dockerfile, or typescript.'
|
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#code-blocks
|
|
|
|
level: error
|
|
|
|
scope: raw
|
|
|
|
raw:
|
|
|
|
- '\`\`\`(yml|rb|text|md|bash|sh\n|js\n|go\n|py\n|docker\n|ts)'
|