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

CIConfigFile.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5cbd02e799b513fd8058ac7a8d248dc37614480a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Error: gitlab.CIConfigFile
#
# Checks that the `.gitlab-ci.yml` file is referenced properly.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Change the file name to be exactly '.gitlab-ci.yml'."
link: https://docs.gitlab.com/ee/development/documentation/versions.html
level: error
scope: raw
raw:
  - '(?!`\.gitlab-ci\.yml`)`.?gitlab.?ci.?ya?ml`'