gruntwork-io / terragrunt

Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
https://terragrunt.gruntwork.io/
MIT License
8.09k stars 981 forks source link

feat: Adding `codespell` to Automatically Check Spelling #3413

Closed yhakbar closed 2 months ago

yhakbar commented 2 months ago

Description

We've had a couple typos cause problems in the past. This introduces some automated spellchecking to make sure we're not making obvious spelling mistakes.

It seems very unlikely to cause false positives, at the risk of potentially allowing some false negatives. We still need to be mindful when reviewing that we check spelling, etc.

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Added codespell to CI.