14 lines
411 B
YAML
14 lines
411 B
YAML
|
---
|
||
|
# Warning: gitlab.CurlStringsQuoted
|
||
|
#
|
||
|
# Ensures all codeblocks using curl quote any URL strings.
|
||
|
#
|
||
|
# For a list of all options, see https://errata-ai.github.io/vale/styles/
|
||
|
extends: existence
|
||
|
message: 'Curl commands must wrap URLs in double quotes ("): %s'
|
||
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#curl-commands
|
||
|
level: warning
|
||
|
scope: code
|
||
|
raw:
|
||
|
- 'curl.*[^"=]https?://.*'
|