Skip to content

v0.8.0

Compare
Choose a tag to compare
@denewiler denewiler released this 31 May 22:20
· 51 commits to main since this release
7608965

Overview

Bugs were fixed in the cccc and isort tool plugins.
The nature of the bugs in each tool resulted in under-reporting of issues discovered by using the tools.
By fixing the tool plugins it is possible that users may find that more issues are now discovered using
the same tool configurations as before.
If a user does not want to fix the additional warnings yet they can pin the version of Statick to statick<=0.7.

Added

  • Code Climate reporting plugin.
    This plugin can be used to provide output in GitLab merge requests via the
    Code Quality
    feature. (#416)
  • List of existing reporting plugins to README. (#417)
  • Survey of metrics for software quality assurance to docs. (#413)

Changed

  • Update Docker image tag to remove the v prefix. (#409)

Fixed

  • Support for user flags passed to the isort tool (#414).
  • Collect output of CCCC tool for each file individually instead of using the output from the last file it ran on. (#412)
    NOTE: This change will likely result in more issues being found by this tool.