corso/website/.vale.ini
Abin Simon d4881d1cf0
Fix up website linting CI job (#17)
* Fix up internal links

* Don't show warnings or suggestions

We never really looked at it, we only took the errors into account. It
was just making finding the errors harder.

---------

Co-authored-by: ashmrtn <3891298+ashmrtn@users.noreply.github.com>
2024-02-09 01:15:26 +00:00

29 lines
677 B
INI

StylesPath = styles
MinAlertLevel = error ; we were never looking into warning or suggestions
Vocab = Base
Packages = Microsoft, proselint, write-good, alex
[formats]
mdx = md
[*]
write-good.E-Prime = NO
[*.md]
BasedOnStyles = Vale, Microsoft, proselint, write-good, alex
# Ignore the following blocks:
# - MDX code blocks - e.g. {mdx_code}
# - imports - e.g. import <something> from <something>;
# - corso command line examples first line in a bash code block starting with `corso`
BlockIgnores = (\{\#.*?\}), \
(import.*?from.*?;),\
(?s) (```bash.*?corso.*?$), \
(?s) (```bash.*?\/build.*?$)
[*.json]
BasedOnStyles = Vale