Closed wata727 closed 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.
Sometimes TFLint uses messages that use backticks for emphasis or quotation. e.g:
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.