Skip to content

Commit

Permalink
Merge pull request #11 from eread/eread/add-support-for-vale-suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste authored Sep 7, 2023
2 parents 0cd7c5a + e4565d4 commit f9c052e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Vale(Linter):
cmd = ('vale', '--no-wrap', '${args}', '${temp_file}')
regex = (
r'(?P<line>\d+):(?P<col>\d+)\s{2,}'
r'((?P<error>error)|(?P<warning>warning))\s{2,}'
r'(?P<error_type>\S+)\s{2,}'
r'(?P<message>.+?)(?=$)'
)
multiline = True
Expand Down

0 comments on commit f9c052e

Please sign in to comment.