Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13993163
D10468.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
697 B
Referenced Files
None
Subscribers
None
D10468.id.diff
View Options
diff --git a/src/lint/linter/ArcanistMergeConflictLinter.php b/src/lint/linter/ArcanistMergeConflictLinter.php
--- a/src/lint/linter/ArcanistMergeConflictLinter.php
+++ b/src/lint/linter/ArcanistMergeConflictLinter.php
@@ -25,6 +25,12 @@
return 'merge-conflict';
}
+ public function getLintNameMap() {
+ return array(
+ self::LINT_MERGECONFLICT => pht('Unresolved merge conflict'),
+ );
+ }
+
public function lintPath($path) {
$lines = phutil_split_lines($this->getData($path), false);
@@ -41,10 +47,4 @@
}
}
- public function getLintNameMap() {
- return array(
- self::LINT_MERGECONFLICT => pht('Unresolved merge conflict'),
- );
- }
-
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 23, 9:06 PM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6718444
Default Alt Text
D10468.id.diff (697 B)
Attached To
Mode
D10468: Minor reordering of functions
Attached
Detach File
Event Timeline
Log In to Comment