summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/CIConfigFile.yml
blob: 5a65e51ea16847e99fe3737f29cce2915b0a189c (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://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
message: 'The CI/CD configuration file should 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`)'