summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/CurlStringsQuoted.yml
blob: a09c3fbfb51a46c7e72535accd43ef4a827c9ed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Warning: gitlab.CurlStringsQuoted
#
# Ensures all code blocks using curl quote any URL strings.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
message: 'For consistency across all cURL examples, always wrap the URL in double quotes ("): %s'
link: https://docs.gitlab.com/ee/development/documentation/restful_api_styleguide.html#curl-commands
level: warning
scope: code
raw:
  - 'curl.*[^"=]https?://.*'