Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CommandStringsQuoted.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 531595ed10dfcffc244d86b50a9af3bbb22edf84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# Error: gitlab.CommandStringsQuoted
#
# Ensures all code blocks wrap URL strings in quotation marks.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "For the command example, use double quotes around the URL: %s"
link: https://docs.gitlab.com/ee/development/documentation/restful_api_styleguide.html#curl-commands
level: error
scope: raw
nonword: true
tokens:
  - '(curl|--url)[^"\]\n]+?https?:\/\/[^ \n]*'