-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
When I run tflint --chdir=path/to/my/module/ --format=checkstyle using vanilla tflint (outside the context of this GitHub Action, and outside the context of ReviewDog), I can get output like this which includes a link to the tflint docs so I can fix whatever it complains about:
<error source="terraform_unused_declarations" line="844" column="1" severity="warning" message="variable "unused_variable" is declared but not used" link="https://github.com/terraform-linters/tflint-ruleset-terraform/blob/v0.8.0/docs/rules/terraform_unused_declarations.md" rule="terraform_unused_declarations"></error>
But when I see the same error using this GitHub Action and using reporter: github-pr-review, it includes no such link.
It would be nicer if the link was included in the PR comment so the person could be pointed towards whatever they need to do to fix their mistake.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels