v0.5.0-rc1
Pre-release
Pre-release
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.