Merge pull request #341 from fyrz/arc-lint

Removed code which prevents `arc lint` from working properly.
This commit is contained in:
Igor Canadi 2014-10-07 09:44:08 -07:00
commit 6bcff9dc28

View File

@ -44,10 +44,6 @@ class FacebookFbcodeLintEngine extends ArcanistLintEngine {
if (!$this->getCommitHookMode()) {
$cpp_linters = array();
$google_linter = new ArcanistCpplintLinter();
$google_linter->setConfig(array(
'lint.cpplint.prefix' => '',
'lint.cpplint.bin' => 'cpplint',
));
$cpp_linters[] = $linters[] = $google_linter;
$cpp_linters[] = $linters[] = new FbcodeCppLinter();
$cpp_linters[] = $linters[] = new PfffCppLinter();