brew/docs/vale-styles/Homebrew/Abbreviations.yml

19 lines
504 B
YAML
Raw Permalink Normal View History

---
extends: substitution
2024-04-30 11:10:23 +02:00
message: Use '%s' instead of '%s'.
ignorecase: false
link: "https://github.com/Homebrew/brew/blob/HEAD/docs/Prose-Style-Guidelines.md#style-and-usage"
level: error
nonword: true
swap:
'\beg\b': e.g.
'\bie\b': i.e.
'e\.g\.,': e.g.
'i\.e\.,': i.e.
2024-04-30 11:10:23 +02:00
'(?<!^\{.*|\.|<)\borg\b': organisation
'(?<!^\{.*)\borgs\b': organisations
2025-08-16 23:12:22 -04:00
'(?<!^\{.*|<|\{#)\brepo\b': repository
2024-04-30 11:10:23 +02:00
'(?<!^\{.*)\brepos\b': repositories
'\bivar\b': instance variable
'\bivars\b': instance variables