mysql-operator
mysql-operator copied to clipboard
Add spellcheck tests
Changes:
- Added misspell library and extend tests to perform a spellcheck on golang and markdown files (vendor directory is excluded)
- Updated docs where the spellcheck test detected typos.
Kept the commits separate so they're easier to review.
Thanks for the PR @KashifSaadat 😄!
Would you mind splitting it out into two separate PRs as the two changes are unrelated as far as I can see?
Additionally, we'll probably want to update the CI image to include a prebuilt misspell binary rather than go install
ing it every time. There's no automation set up for building the CI images so I'm happy to pick up that part of the change if you're happy with me doing so?
Hey @prydie, sure that sounds good. I've raised PR #229 with the commit for the RBAC template updates. Shall we close this PR in favour of your CI image update?