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
In WordPress/openverse#3065 we attempted to add Vale to the monorepo. However, because Vale relies on locally defining styles, its usage inherently introduces lists of sensitive terms into the repository. We've worked hard to avoid that, and we can do so by moving the Vale configuration into this repository, and then using a docker image to run Vale in pre-commit to check in CI.
Great! Assigned. If you comment on the other issues I can assign them to you as well, but it's not as important in this repository, not much happens in here usually 🙂
As for picking the styles, go with what you think is best. I was thinking more about the lists from alex especially and I'm sceptical we need to lint for violent slurs (for example). It's never been an issue that someone opened a PR with them in it and if they did we'd close the PR immediately for being in violation of the WordPress code of conduct anyway.
In WordPress/openverse#3065 we attempted to add Vale to the monorepo. However, because Vale relies on locally defining styles, its usage inherently introduces lists of sensitive terms into the repository. We've worked hard to avoid that, and we can do so by moving the Vale configuration into this repository, and then using a docker image to run Vale in pre-commit to check in CI.
To do that, we'll follow this procedure:
docker_image
language that runs theopenverse-vale
image against our documentation.The text was updated successfully, but these errors were encountered: