Update flake8 parsing
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user