https://gitlab.opengeosys.org/ogs/ogs.git
Revision f04fd77334fdf76a18e2fd871a465e98f50a4b3d authored by Lars Bilke on 08 December 2022, 08:58:27 UTC, committed by Lars Bilke on 08 December 2022, 12:32:51 UTC
1 parent 50447c8
Raw File
Tip revision: f04fd77334fdf76a18e2fd871a465e98f50a4b3d authored by Lars Bilke on 08 December 2022, 08:58:27 UTC
[ci] Use environment for code coverage report.
Tip revision: f04fd77
.vale.ini
# Vale configuration file.
#
# For more information, see https://vale.sh/docs/topics/config
StylesPath = Documentation/.vale
Vocab = ogs
MinAlertLevel = suggestion
Packages = Hugo

[*.md]
BasedOnStyles = Vale, write-good, ogs
Vale.Spelling = None
write-good.ThereIs = suggestion
write-good.Passive = None
write-good.TooWordy = None
write-good.Weasel = None
write-good.E-Prime = None

TokenIgnores = \
(\{\{[%<][^>]+[%>]\}\}), \
(.*?\{\{[%<]?/.*[%>]\}\}), \
; (\\ref\s\S+(\s"\S*")?), \
; (\\subpage\s\S*), \
; (\\copydoc\s\S*), \
(\$+[^\n$]+\$+), \
(\$[^\n$]+\$), \
(\\\S*|\{\S*\}), \
(\w*\set\sal)
back to top