Closed
Bug 1567119
Opened 6 years ago
Closed 6 years ago
use .flake8 ignore list to bypass python 2/3 check_compat in testing/
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: tarek, Unassigned)
References
Details
I am adding a python 3 only source in testing/ and that makes the linter unhappy because some of the code is using the async keyword.
Maybe we can have that script parse .flake8 and ignore files ignored by flake8 ?
Reporter | ||
Comment 1•6 years ago
|
||
Sorry, I just found py2.yml / py3.yml
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
Comment 2•6 years ago
|
||
When adding this path, it would be good to create a separate section with a comment so people know it is intentionally excluded (whereas the others are all just untriaged).
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•