Skip to content

Commit

Permalink
Merge pull request flycheck#1835 from fishyfriend/tf-bug
Browse files Browse the repository at this point in the history
Fix Terraform error pattern
  • Loading branch information
marsam authored Nov 5, 2020
2 parents 7df7f61 + 85eae29 commit c593f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flycheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -12003,7 +12003,7 @@ See URL `https://www.terraform.io/docs/commands/fmt.html'."
:standard-input t
:error-patterns
((error line-start "Error: " (one-or-more not-newline)
"\n\n on <stdin> line " line ", in terraform:"
"\n\n on <stdin> line " line ", in " (one-or-more not-newline) ":"
(one-or-more "\n" (zero-or-more space (one-or-more not-newline)))
(message (one-or-more (and (one-or-more (not (any ?\n))) ?\n)))
line-end)
Expand Down

0 comments on commit c593f2c

Please sign in to comment.