Skip to content

Releases: aperezhortal/flake8-dashboard

flake8-dashboard v0.1.4

04 Sep 22:50
Compare
Choose a tag to compare

Changelog from version v0.1.3

  • Fix errors with Flake8 3.x version

flake8-dashboard v0.1.3

18 Apr 21:16
Compare
Choose a tag to compare

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

07 Oct 17:21
Compare
Choose a tag to compare

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

02 Oct 21:39
Compare
Choose a tag to compare

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