Fix arc lint (should fix #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
main
Igor Canadi 10 years ago
parent 637f89179f
commit 56ebd40877
  1. 2
      linters/lint_engine/FacebookFbcodeLintEngine.php

@ -36,7 +36,7 @@ class FacebookFbcodeLintEngine extends ArcanistLintEngine {
));
$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));

Loading…
Cancel
Save