Convert lint "Typos" errors to warnings ()

The typo database that lint uses may be incorrect, and it's unclear how to add or remove entries to it.
This commit is contained in:
Nik Clayton 2023-07-07 17:14:57 +02:00 committed by GitHub
parent c0cf5b2f0d
commit c29a7dfe03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,10 @@
<!-- Ensure we are warned about errors in the baseline -->
<issue id="LintBaseline" severity="warning" />
<!-- Warn about typos. The typo database in lint is not exhaustive, and it's unclear
how to add to it when it's wrong. -->
<issue id="Typos" severity="warning" />
<!-- Mark all other lint issues as errors -->
<issue id="all" severity="error" />
</lint>