We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm proposing to add a check for white space linting errors that may be caught in the downstream repositories:
. \n
An engineer in my team suggested running git rebase --whitespace=fix.
git rebase --whitespace=fix
The text was updated successfully, but these errors were encountered:
See: canonical/sphinx-docs-starter-pack#337
Sorry, something went wrong.
Although it's very poorly documented, sphinx-lint has built-in checks for:
As an alternative, we could consider an autoformatter. Very few exist for rST. The Starcraft team will be testing docstrfmt in the near future.
No branches or pull requests
I'm proposing to add a check for white space linting errors that may be caught in the downstream repositories:
. \n
)An engineer in my team suggested running
git rebase --whitespace=fix
.The text was updated successfully, but these errors were encountered: