Skip to content

Commit

Permalink
Merge pull request #46 from sprankhub/patch-1
Browse files Browse the repository at this point in the history
Use GitHub report format for phpmd, fixes #45
  • Loading branch information
jissereitsma committed Dec 10, 2021
2 parents e91e2b0 + 5587839 commit 204ed04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magento-mess-detector/LiveCodePhpmdRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function run(array $whiteList)
$commandLineArguments = [
'run_file_mock', //emulate script name in console arguments
$this->getSourceCodePath($whiteList),
'text', //report format
'github', //report format
$this->rulesetFile,
'--reportfile',
$this->reportFile,
Expand Down

0 comments on commit 204ed04

Please sign in to comment.