We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f14176 + 9ef11da commit c7deb88Copy full SHA for c7deb88
1 file changed
src/client/linters/pylama.ts
@@ -4,7 +4,7 @@ import * as baseLinter from './baseLinter';
4
import {OutputChannel} from 'vscode';
5
import { Product } from '../common/installer';
6
7
-const REGEX = '(?<file>.py):(?<line>\\d+):(?<column>\\d+): \\[(?<type>\\w+)\\] (?<code>\\w\\d+) (?<message>.*)\\r?(\\n|$)';
+const REGEX = '(?<file>.py):(?<line>\\d+):(?<column>\\d+): \\[(?<type>\\w+)\\] (?<code>\\w\\d+):? (?<message>.*)\\r?(\\n|$)';
8
9
export class Linter extends baseLinter.BaseLinter {
10
constructor(outputChannel: OutputChannel, workspaceRootPath: string) {
0 commit comments