s/location/line

This commit is contained in:
Jonathan Clem
2020-08-05 13:17:18 -04:00
parent bae0896578
commit b95d2a9ab0
2 changed files with 8 additions and 8 deletions

8
.github/elixir.json vendored
View File

@@ -7,7 +7,7 @@
{
"regexp": "^\\*\\* \\((\\w+)\\) (.*):(\\d+): (.*)$",
"file": 2,
"location": 3,
"line": 3,
"message": 0
}
]
@@ -23,7 +23,7 @@
{
"regexp": "^ (.*):(\\d+).*$",
"file": 1,
"location": 2
"line": 2
}
]
},
@@ -36,9 +36,9 @@
"message": 1
},
{
"regexp": "^\\s*(.*):(\\d+)$",
"regexp": "^\\s*(.*):(\\d+):(\\d+)?$",
"file": 1,
"location": 2
"line": 2
}
]
}