Skip to content

Commit

Permalink
Fix arc lint (should fix XRPLF#238)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
igorcanadi committed Sep 29, 2014
1 parent 637f891 commit 56ebd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linters/lint_engine/FacebookFbcodeLintEngine.php
Expand Up @@ -36,7 +36,7 @@ public function buildLinters() {
));
$linters[] = $java_text_linter;

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

$python_linter = new ArcanistPEP8Linter();
$python_linter->setConfig(array('options' => $pep8_options));
Expand Down

0 comments on commit 56ebd40

Please sign in to comment.