2020-06-23 00:09:42 +05:30
|
|
|
---
|
|
|
|
# Warning: gitlab.Spelling
|
|
|
|
#
|
2021-03-08 18:12:59 +05:30
|
|
|
# Checks for possible spelling mistakes in content, not code. Results from links using angle brackets (<https://example.com>) should be corrected.
|
2020-04-22 19:07:51 +05:30
|
|
|
#
|
|
|
|
# If a word is flagged as a spelling mistake incorrectly, such as a product name,
|
|
|
|
# you can submit an MR to update `spelling-exceptions.txt` with the missing word.
|
|
|
|
# Commands, like `git clone` must use backticks, and must not be added to the
|
|
|
|
# exceptions.
|
|
|
|
#
|
2020-07-28 23:09:34 +05:30
|
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
2020-04-22 19:07:51 +05:30
|
|
|
extends: spelling
|
|
|
|
message: 'Spelling check: "%s"?'
|
|
|
|
level: warning
|
|
|
|
ignore:
|
|
|
|
- gitlab/spelling-exceptions.txt
|