Merge pull request #341 from fyrz/arc-lint
Removed code which prevents `arc lint` from working properly.
This commit is contained in:
commit
6bcff9dc28
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user