We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10663a commit 7c89707Copy full SHA for 7c89707
includes/usr/bin/annotations.py
@@ -144,8 +144,8 @@ def pylint_matcher( entry ) -> dict:
144
r'"description":\s*"(?P<description>[^"]+)",\s*'
145
r'"fingerprint":\s*"(?P<fingerprint>[^"]+)",\s*'
146
r'"location":\s*\{\s*"path":\s*"(?P<path>[^"]+)".+?'
147
- r'"line[s]?":.+?(?P<line>\d+).*?\}},'
148
- r'(?:\s"content":\s\{"body":\s"(?P<body>.+?)")?'
+ r'"line[s]?":.+?(?P<line>\d+).*?\}}'
+ r'(?:,\s"content":\s\{"body":\s"(?P<body>.+?)")?'
149
)
150
}
151
0 commit comments