mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Remove a useless function from ArcanistMergeConflictLinter
Summary: This function doesn't achieve anything. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D10477
This commit is contained in:
parent
0ed92131d7
commit
679c13b1b0
1 changed files with 0 additions and 4 deletions
|
@ -25,10 +25,6 @@ final class ArcanistMergeConflictLinter extends ArcanistLinter {
|
|||
return 'merge-conflict';
|
||||
}
|
||||
|
||||
public function willLintPaths(array $paths) {
|
||||
return;
|
||||
}
|
||||
|
||||
public function lintPath($path) {
|
||||
$lines = phutil_split_lines($this->getData($path), false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue