diff --git a/linter.py b/linter.py index 29bc915..9750117 100644 --- a/linter.py +++ b/linter.py @@ -22,7 +22,7 @@ class Vale(Linter): cmd = ('vale', '--no-wrap', '${args}', '${temp_file}') regex = ( r'(?P\d+):(?P\d+)\s{2,}' - r'((?Perror)|(?Pwarning))\s{2,}' + r'(?P\S+)\s{2,}' r'(?P.+?)(?=$)' ) multiline = True