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

CurlStringsQuoted.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4fcb00694237ee132a91f26ad91b05579d5f83d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# 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?://.*'