Skip to content

Commit

Permalink
Add level to shepherd data
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Mar 28, 2021
1 parent d435d4d commit 72226c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Psalm/Plugin/Shepherd.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ static function (IssueData $i) : bool {
'git' => $source_control_data,
'issues' => $normalized_data,
'coverage' => $codebase->analyzer->getTotalTypeCoverage($codebase),
'level' => \Psalm\Config::getInstance()->level
];

$payload = json_encode($data);
Expand Down

0 comments on commit 72226c5

Please sign in to comment.