Page MenuHomePhabricator

D7444.diff
No OneTemporary

D7444.diff

Index: src/lint/linter/ArcanistCppcheckLinter.php
===================================================================
--- src/lint/linter/ArcanistCppcheckLinter.php
+++ 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

Mime Type
text/plain
Expires
Sat, Oct 19, 6:34 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6730799
Default Alt Text
D7444.diff (479 B)

Event Timeline