Skip to content

Commit 56ebd40

Browse files
committed
Fix arc lint (should fix XRPLF#238)
Summary: See https://secure.phabricator.com/D9114 Test Plan: arc lint Reviewers: yhchiang Reviewed By: yhchiang Subscribers: leveldb Differential Revision: https://reviews.facebook.net/D24195
1 parent 637f891 commit 56ebd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linters/lint_engine/FacebookFbcodeLintEngine.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function buildLinters() {
3636
));
3737
$linters[] = $java_text_linter;
3838

39-
$pep8_options = $this->getPEP8WithTextOptions().',E302';
39+
$pep8_options = '--ignore=E101,E501,W291,W292,W293,E302';
4040

4141
$python_linter = new ArcanistPEP8Linter();
4242
$python_linter->setConfig(array('options' => $pep8_options));

0 commit comments

Comments
 (0)