terraform-linters / tflint

A Pluggable Terraform Linter
Mozilla Public License 2.0
4.98k stars 357 forks source link

Stop using backticks for emphasis #1934

Closed wata727 closed 11 months ago

wata727 commented 11 months ago

Sometimes TFLint uses messages that use backticks for emphasis or quotation. e.g:

$ tflint --init
Installing `aws` plugin...

This may look natural in markdown, but the output on the console is a bit unnatural.

This PR removes backticks for such uses and makes the output message consistent.