Releases: aperezhortal/flake8-dashboard
Releases · aperezhortal/flake8-dashboard
flake8-dashboard v0.1.4
Changelog from version v0.1.3
- Fix errors with Flake8 3.x version
flake8-dashboard v0.1.3
Changelog from version v0.1.2
- Fix errors with windows paths
- Change --debug-info argument by `--debug``
- Apply black to all the sources
- Fix flake8 errors
flake8-dashboard v0.1.2
Changelog from version v0.1.1
- Fix HTML template for tables and small devices
- Add values to sunburst's branches text
flake8-dashboard v0.1.1
First release.
A flake8 plugin to generate an HTML dashboard with a report of all the flake8 violations.
The dashboard includes:
- A pie plot with the error grouped by severity
- A sunburst plot with the code rating for all the modules
- A sunburst plot with the flake8 violation by module/directory
- A sunburst plot with the flake8 violation by error code