14 lines
532 B
YAML
14 lines
532 B
YAML
---
|
|
# Error: gitlab.VersionText
|
|
#
|
|
# Checks for use of some of the top misused terms at GitLab.
|
|
# For substitutions only flagged as warnings, see SubstitutionWarning.yml
|
|
#
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
|
extends: existence
|
|
message: 'This introduced-in line is not formatted correctly.'
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#text-for-documentation-requiring-version-text
|
|
level: error
|
|
scope: raw
|
|
raw:
|
|
- '> (- ){0}\[?Introduced.+\n[^\n`]'
|