diff --git a/src/lint/linter/ArcanistCppcheckLinter.php b/src/lint/linter/ArcanistCppcheckLinter.php index 7fd95ade..7ed4e587 100644 --- a/src/lint/linter/ArcanistCppcheckLinter.php +++ b/src/lint/linter/ArcanistCppcheckLinter.php @@ -79,7 +79,7 @@ final class ArcanistCppcheckLinter extends ArcanistLinter { "%C %C --inline-suppr --xml-version=2 -q %s", $bin, $options, - $path + $this->getEngine()->getFilePathOnDisk($path) ); if ($rc === 1) {