Closed hs-amartin closed 3 years ago
This is the intended behavior. Only config issues raised by rules can be ignored, not errors. It is typically not possible to associate an ignore instruction with an unexpected error because the error will not have any associated position info to match.
If there's a bug in a rule preventing you from using it, you'll need to disable the rule until it's fixed.
There is a bug in this rule that internally errors when there is no message to check. However if you attempt to ignore either in your .tflint, via command line args, or inside the file, the ignore is ignored.
Version