Skip to content

v0.5.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
released this 23 Mar 15:09
· 354 commits to master since this release
eb28103

Released by necessity since the dscanner.ini format changed. We recommend you to read this before upgrading.

Breaking change

  • Since D-Scanner is available as a development library its sources have been put in the dscanner package, which breaks the config file section, to which dscanner. must be inserted, meaning that in your config files,
; Configure which static analysis checks are enabled
[analysis.config.StaticAnalysisConfig]

must be changed to

; Configure which static analysis checks are enabled
[dscanner.analysis.config.StaticAnalysisConfig]

Static analysis won't run if a configuration file is provided and if this file is not updated.
To update this file automatically, run once, like you would do otherwise but with --patchConfig.

Other

  • See this table for the complete list of changes included in this release.