Migrating PHPMD to use XML report format and add a UI plugin to display warning information. See #305
This commit is contained in:
parent
96eee9c9b7
commit
985c51c5e4
8 changed files with 184 additions and 14 deletions
|
|
@ -157,4 +157,9 @@ class Build extends BuildBase
|
|||
|
||||
return $config;
|
||||
}
|
||||
|
||||
public function getFileLink($file, $line = null)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue