Page MenuHomePhabricator

Adding configurability for flake8
AbandonedPublic

Authored by lewis.f.chung on Sep 18 2014, 8:22 AM.
Tags
None
Referenced Files
F13089401: D10512.diff
Thu, Apr 25, 1:48 AM
Unknown Object (File)
Wed, Apr 3, 3:43 PM
Unknown Object (File)
Mar 5 2024, 11:02 PM
Unknown Object (File)
Feb 29 2024, 1:00 PM
Unknown Object (File)
Feb 29 2024, 11:00 AM
Unknown Object (File)
Feb 15 2024, 6:00 PM
Unknown Object (File)
Feb 15 2024, 6:00 PM
Unknown Object (File)
Feb 15 2024, 3:47 PM
Subscribers

Details

Summary

PEP8 (http://legacy.python.org/dev/peps/pep-0008/#maximum-line-length) has specified that
teams can reach an agreement to increase nominal line length to 100 characters. Exposing
a way to specify flake8 config gives teams that flexibility among other configurable
options.

Test Plan

confirmed working on my box.

Diff Detail

Repository
rARC Arcanist
Branch
lewis-add-flake8-configuration
Lint
Lint Passed
Unit
Test Failures
Build Status
Buildable 2569
Build 2573: [Placeholder Plan] Wait for 30 Seconds

Unit TestsFailed

TimeTest
0 mstestPHPLint
0 mstestCSSLintLinter
0 mstestCoffeeLintLinter
0 mstestFixLetterCase
0 mstestFlake8Lint
View Full Test Results (1 Failed · 18 Passed · 8 Skipped)

Event Timeline

lewis.f.chung retitled this revision from to Adding configurability for flake8.
lewis.f.chung updated this object.
lewis.f.chung edited the test plan for this revision. (Show Details)
lewis.f.chung added a reviewer: epriestley.

Can you just use the existing flags option to add --config=...?

didn't realize that was what it was doing. i'll use that instead.