Update flake8 parsing

This commit is contained in:
2023-09-19 16:10:41 +02:00
parent e43298bb27
commit 8dfc74cba2
+3 -3
View File
@@ -57,11 +57,11 @@ return {
sourceName = "flake8", sourceName = "flake8",
formatLines = 1, formatLines = 1,
formatPattern = { formatPattern = {
[[(\d+),(\d+),([A-Z]),(.*)(\r|\n)*$]], [[^(\d+),(\d+),([A-Z]),(.*): (.*)]],
{ line = 1, column = 2, security = 3, message = { 4, }, }, { line = 1, column = 2, security = 3, message = { 5, }, },
}, },
securities = { securities = {
-- Available securities are { 'error', 'warning', 'hint', 'info' } -- Available securities are { 'error', 'warning', 'hin', 'info' }
E = "error", E = "error",
W = "warning", W = "warning",
B = "hint", B = "hint",