2022-07-16 23:28:13 +05:30
|
|
|
---
|
|
|
|
# Error: gitlab.CIConfigFile
|
|
|
|
#
|
|
|
|
# Checks that the `.gitlab-ci.yml` file is referenced properly.
|
|
|
|
#
|
2023-01-13 00:05:48 +05:30
|
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
2022-07-16 23:28:13 +05:30
|
|
|
extends: existence
|
2023-01-13 00:05:48 +05:30
|
|
|
message: "Change the file name to be exactly '.gitlab-ci.yml'."
|
2022-07-16 23:28:13 +05:30
|
|
|
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`)'
|