Skip to content

Commit b2d64a4

Browse files
committed
Fix linters, second try
1 parent 747523d commit b2d64a4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

linters/lint_engine/FacebookFbcodeLintEngine.php

-5
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,8 @@ public function buildLinters() {
3939
$pep8_options = '--ignore=E101,E501,W291,W292,W293,E302';
4040

4141
$python_linter = new ArcanistPEP8Linter();
42-
$python_linter->setConfig(array('options' => $pep8_options));
4342
$linters[] = $python_linter;
4443

45-
$python_2space_linter = new ArcanistPEP8Linter();
46-
$python_2space_linter->setConfig(array('options' => $pep8_options.',E111'));
47-
$linters[] = $python_2space_linter;
48-
4944
// Currently we can't run cpplint in commit hook mode, because it
5045
// depends on having access to the working directory.
5146
if (!$this->getCommitHookMode()) {

0 commit comments

Comments
 (0)