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: 4d2ba45441046dff035d27865c66c9c23e32291d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
# 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`|'
  - '`gitlabci.yml`|'
  - '`gitlab.ci.yml`|'
  - '`.gitlab.ci-yml`|'
  - '`.gitlab-ci.yaml`)'