You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when we run the pre-commit for tflint we get errors but only with the filename. In a structure that re-uses the same name in different folders this isn't enough to distinguish between files. It should report the full path on an error.
How can we reproduce it?
pre-commit run --all-files
Error: Unsupported argument
on main.tf line 32:
32: region = "eu-west-1"
Describe the bug
Currently when we run the pre-commit for tflint we get errors but only with the filename. In a structure that re-uses the same name in different folders this isn't enough to distinguish between files. It should report the full path on an error.
How can we reproduce it?
pre-commit run --all-files Error: Unsupported argument on main.tf line 32: 32: region = "eu-west-1"
Environment information
OS: Ubuntu 20.04
docker info
:.pre-commit-config.yaml
:The text was updated successfully, but these errors were encountered: