mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-24 13:38:19 +01:00
[Differential: removing reviewed/reviewers check from the parser]
Summary: As we've discussed the check is not needed. Test Plan: - php -l Reviewed By: epriestley Reviewers: jungejason, epriestley CC: epriestley Revert Plan: sure Other Notes: Differential Revision: 81
This commit is contained in:
parent
2eb30aed9e
commit
4c9850278c
1 changed files with 0 additions and 7 deletions
|
@ -403,13 +403,6 @@ class DifferentialCommitMessage {
|
|||
}
|
||||
}
|
||||
|
||||
if (isset($fields['Reviewers']) && isset($fields['Reviewed By'])) {
|
||||
$this->fail(
|
||||
null,
|
||||
"Commit message contains both 'Reviewers:' and 'Reviewed By:' ".
|
||||
"fields.");
|
||||
}
|
||||
|
||||
return $fields;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue