frequenz-floss / frequenz-repo-config-python

Frequenz repository setup tools and common configuration for Python
https://frequenz-floss.github.io/frequenz-repo-config-python/
MIT License
4 stars 7 forks source link

Lint documentation writing style using Vale #237

Open llucax opened 6 months ago

llucax commented 6 months ago

What's needed?

It would be nice to have a more automated writing style correction, so we don't have to spend so much time on it during rewiews, and to ensure a more consistent style. Same as pydocstyle but on steroids and beyond Python.

Proposed solution

Use https://vale.sh/ and integrate it in the CI.