equinix-labs / terraform-equinix-template

Template module for Equinix and Equinix Metal providers
Apache License 2.0
3 stars 3 forks source link

Move the tflint, shfmt, shellcheck, and markdownlint to super-linter #9

Open dcallao opened 1 year ago

dcallao commented 1 year ago

Move the tflint, shfmt, shellcheck, and markdownlint to super-linter (that issue could possibly include--or be dependent on--adding tfsec support to super-linter).

cprivitere commented 5 days ago

We could also look into using the bespoke actions for most of these.

Either way, markdownlint is especially frustrating right now as vscode wants to use the javascript based markdownlint config format while our pre-commit github action uses the ruby based markdownlint config format, meaning your vscode will complain about issues we've disabled in the github side's config.