Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F77570
D7444.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
467 B
Referenced Files
None
Subscribers
None
D7444.diff
View Options
diff --git a/src/lint/linter/ArcanistCppcheckLinter.php b/src/lint/linter/ArcanistCppcheckLinter.php
--- a/src/lint/linter/ArcanistCppcheckLinter.php
+++ b/src/lint/linter/ArcanistCppcheckLinter.php
@@ -96,6 +96,9 @@
continue;
}
$file = $location->getAttribute('file');
+ if ($file != Filesystem::resolvePath($path)) {
+ continue;
+ }
$line = $location->getAttribute('line');
$id = $error->getAttribute('id');
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/lk/st/33m3oxuq6ampvsnc
Default Alt Text
D7444.diff (467 B)
Attached To
Mode
D7444: Filter out messages from included files
Attached
Detach File
Event Timeline
Log In to Comment