lordmauve / lordmauve/flake8-html
--format=html is incompatible with flake8-colors
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 50
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
* flake8-html version: master
* Python version: Python 3.6
* Operating System: Mac OSX
### Description
`format=html` parameter is incompatible with the [flake8-colors](https://pypi.python.org/pypi/flake8-colors/0.1.6) package (which also has a format parameter for coloured output). Would it be possible to change this parameter name to allow both plugin's to work side by side?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating where the `format=html` option is declared and how the HTML report entry point consumes it. Determine a non-conflicting option name that still allows flake8-html and flake8-colors to run together, then verify that HTML report generation remains available and the compatibility case is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100