14 lines
447 B
YAML
14 lines
447 B
YAML
---
|
|
# Warning: gitlab.DefaultBranch
|
|
#
|
|
# Do not refer to the default branch as the "master" branch, if possible.
|
|
#
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
|
extends: existence
|
|
message: 'Use "default branch" or `main` instead of `master`, when possible.'
|
|
level: warning
|
|
ignorecase: true
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html
|
|
scope: raw
|
|
raw:
|
|
- '\`master\`'
|