mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-29 10:12:41 +01:00
(stable) Promote 2016 Week 2
This commit is contained in:
commit
6833ae5bd3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ final class ArcanistCpplintLinter extends ArcanistExternalLinter {
|
|||
foreach ($lines as $line) {
|
||||
$line = trim($line);
|
||||
$matches = null;
|
||||
$regex = '/^-:(\d+):\s*(.*)\s*\[(.*)\] \[(\d+)\]$/';
|
||||
$regex = '/(\d+):\s*(.*)\s*\[(.*)\] \[(\d+)\]$/';
|
||||
if (!preg_match($regex, $line, $matches)) {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue