2020-04-08 14:13:33 +05:30
|
|
|
---
|
2020-06-23 00:09:42 +05:30
|
|
|
# Warning: gitlab.LatinTerms
|
|
|
|
#
|
2021-02-22 17:27:13 +05:30
|
|
|
# Checks for use of Latin terms.
|
2020-04-08 14:13:33 +05:30
|
|
|
#
|
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-08 14:13:33 +05:30
|
|
|
extends: substitution
|
2020-06-23 00:09:42 +05:30
|
|
|
message: 'Use "%s" instead of "%s", but consider rewriting the sentence.'
|
2021-02-22 17:27:13 +05:30
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#usage-list
|
2020-04-08 14:13:33 +05:30
|
|
|
level: warning
|
|
|
|
nonword: true
|
|
|
|
ignorecase: true
|
|
|
|
swap:
|
|
|
|
e\.g\.: for example
|
|
|
|
e\. g\.: for example
|
|
|
|
i\.e\.: that is
|
|
|
|
i\. e\.: that is
|