mirror of
https://github.com/erlef/setup-beam.git
synced 2026-08-01 03:26:08 +00:00
s/location/line
This commit is contained in:
+4
-4
@@ -7,7 +7,7 @@
|
|||||||
{
|
{
|
||||||
"regexp": "^\\*\\* \\((\\w+)\\) (.*):(\\d+): (.*)$",
|
"regexp": "^\\*\\* \\((\\w+)\\) (.*):(\\d+): (.*)$",
|
||||||
"file": 2,
|
"file": 2,
|
||||||
"location": 3,
|
"line": 3,
|
||||||
"message": 0
|
"message": 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
{
|
{
|
||||||
"regexp": "^ (.*):(\\d+).*$",
|
"regexp": "^ (.*):(\\d+).*$",
|
||||||
"file": 1,
|
"file": 1,
|
||||||
"location": 2
|
"line": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -36,9 +36,9 @@
|
|||||||
"message": 1
|
"message": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regexp": "^\\s*(.*):(\\d+)$",
|
"regexp": "^\\s*(.*):(\\d+):(\\d+)?$",
|
||||||
"file": 1,
|
"file": 1,
|
||||||
"location": 2
|
"line": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+4
-4
@@ -7,7 +7,7 @@
|
|||||||
{
|
{
|
||||||
"regexp": "^\\*\\* \\((\\w+)\\) (.*):(\\d+): (.*)$",
|
"regexp": "^\\*\\* \\((\\w+)\\) (.*):(\\d+): (.*)$",
|
||||||
"file": 2,
|
"file": 2,
|
||||||
"location": 3,
|
"line": 3,
|
||||||
"message": 0
|
"message": 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
{
|
{
|
||||||
"regexp": "^ (.*):(\\d+).*$",
|
"regexp": "^ (.*):(\\d+).*$",
|
||||||
"file": 1,
|
"file": 1,
|
||||||
"location": 2
|
"line": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -36,9 +36,9 @@
|
|||||||
"message": 1
|
"message": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regexp": "^\\s*(.*):(\\d+)$",
|
"regexp": "^\\s*(.*):(\\d+):(\\d+)?$",
|
||||||
"file": 1,
|
"file": 1,
|
||||||
"location": 2
|
"line": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user