You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
We don't apply Vale linting to our "meta" documentation files, specifically:
CONTRIBUTING.rst
README.rst
REVIEWING.rst
.github/vale/README.rst
I believe it would be a good idea to do so, as they are still part of the visible presence of this repository, even if only on GitHub.
Solution: add $(SOURCEDIR)/*.rst and $(SOURCEDIR)/.github/vale/README.rst to the targets for vale in the Makefile rule for spell. Note that this would mean we no longer need the explicit case for $(SOURCEDIR)/index.rst.
(It's quite likely Vale will pick up some errors in those files - those should be fixed in the same PR)
The text was updated successfully, but these errors were encountered:
lornajane
changed the title
We don't lint our "meta" documentation files (README.rst, etc.)
Add linting for "meta" documentation files (README.rst, etc.)
Dec 8, 2022
We don't apply Vale linting to our "meta" documentation files, specifically:
I believe it would be a good idea to do so, as they are still part of the visible presence of this repository, even if only on GitHub.
Solution: add
$(SOURCEDIR)/*.rst
and$(SOURCEDIR)/.github/vale/README.rst
to the targets for vale in theMakefile
rule forspell
. Note that this would mean we no longer need the explicit case for$(SOURCEDIR)/index.rst
.(It's quite likely Vale will pick up some errors in those files - those should be fixed in the same PR)
The text was updated successfully, but these errors were encountered: