File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Warning: Multiline comments are not allowed. Replace the comment with single-lin
3636 3: Bad
3737 4: */
3838
39- Reference: https://github.com/AleksaC/tflint-ruleset-misc
39+ Reference: https://github.com/AleksaC/tflint-ruleset-misc/blob/main/docs/rules/no_multiline_comments.md
4040```
4141
4242### single_line_only = false
@@ -56,7 +56,7 @@ Warning: Using multiline comment syntax for single-line comments is not allowed.
5656 on t.tf line 4:
5757 4: /* Bad */
5858
59- Reference: https://github.com/AleksaC/tflint-ruleset-misc
59+ Reference: https://github.com/AleksaC/tflint-ruleset-misc/blob/main/docs/rules/no_multiline_comments.md
6060```
6161
6262## Why
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ func (r *NoMultilineCommentsRule) Severity() tflint.Severity {
4040
4141// Link returns the rule reference link
4242func (r * NoMultilineCommentsRule ) Link () string {
43- return "https://github.com/AleksaC/tflint-ruleset-misc"
43+ return "https://github.com/AleksaC/tflint-ruleset-misc/blob/main/docs/rules/no_multiline_comments.md "
4444}
4545
4646// Check checks whether multiline comments are used
You can’t perform that action at this time.
0 commit comments