提交 56ebd408 编写于 作者: I Igor Canadi

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
上级 637f8917
...@@ -36,7 +36,7 @@ class FacebookFbcodeLintEngine extends ArcanistLintEngine { ...@@ -36,7 +36,7 @@ class FacebookFbcodeLintEngine extends ArcanistLintEngine {
)); ));
$linters[] = $java_text_linter; $linters[] = $java_text_linter;
$pep8_options = $this->getPEP8WithTextOptions().',E302'; $pep8_options = '--ignore=E101,E501,W291,W292,W293,E302';
$python_linter = new ArcanistPEP8Linter(); $python_linter = new ArcanistPEP8Linter();
$python_linter->setConfig(array('options' => $pep8_options)); $python_linter->setConfig(array('options' => $pep8_options));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册