Revision b098029a9db9b5dc110d8181aa4f01d7d987844a authored by Dmitry Yu. Naumov on 20 June 2023, 16:45:29 UTC, committed by Dmitry Yu. Naumov on 20 June 2023, 16:45:29 UTC
Compilation speedup, refactorings using ranges, remove dead code.

See merge request ogs/ogs!4650
2 parent s ec01622 + 84121c2
Raw File
.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