terraform-provider-docker icon indicating copy to clipboard operation
terraform-provider-docker copied to clipboard

Support for automatic spell-checking

Open vszabo2 opened this issue 8 months ago • 0 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Currently, the project uses github.com/client9/misspell/cmd/misspell to spell-check the documentation. This only flags "commonly misspelled English words." Many not-so-common misspellings have slipped through the cracks (https://github.com/kreuzwerker/terraform-provider-docker/pulls?q=spelling). I propose changing the Makefile to use a more robust spell-checker.

vszabo2 avatar Dec 07 '23 00:12 vszabo2