We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637f891 commit 56ebd40Copy full SHA for 56ebd40
linters/lint_engine/FacebookFbcodeLintEngine.php
@@ -36,7 +36,7 @@ public function buildLinters() {
36
));
37
$linters[] = $java_text_linter;
38
39
- $pep8_options = $this->getPEP8WithTextOptions().',E302';
+ $pep8_options = '--ignore=E101,E501,W291,W292,W293,E302';
40
41
$python_linter = new ArcanistPEP8Linter();
42
$python_linter->setConfig(array('options' => $pep8_options));
0 commit comments