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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
429 B
YAML
Raw Normal View History

2020-06-23 00:09:42 +05:30
---
2021-03-08 18:12:59 +05:30
# Error: gitlab.CurlStringsQuoted
2020-06-23 00:09:42 +05:30
#
2021-03-08 18:12:59 +05:30
# Ensures all code blocks using `curl` wrap URL strings in quotation marks.
2020-06-23 00:09:42 +05:30
#
2023-01-13 00:05:48 +05:30
# For a list of all options, see https://vale.sh/docs/topics/styles/
2020-06-23 00:09:42 +05:30
extends: existence
2023-01-13 00:05:48 +05:30
message: "For the cURL example, use double quotes around the URL: %s"
2021-01-29 00:20:46 +05:30
link: https://docs.gitlab.com/ee/development/documentation/restful_api_styleguide.html#curl-commands
2021-02-22 17:27:13 +05:30
level: error
2020-06-23 00:09:42 +05:30
scope: code
raw:
2021-11-11 11:23:49 +05:30
- 'curl [^"]+://.*'