debian-mirror-gitlab/doc/.vale/gitlab/CurlStringsQuoted.yml

14 lines
427 B
YAML
Raw Normal View History

2020-06-23 00:09:42 +05:30
---
# Warning: gitlab.CurlStringsQuoted
#
# Ensures all codeblocks using curl quote any URL strings.
#
2020-07-28 23:09:34 +05:30
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
2020-06-23 00:09:42 +05:30
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?://.*'