All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Fixed crash when passing empty vector of custom rule symbols to analyzer.
snowbird.render.summarize-tech-debt
ns, with options to render debt summary as string and/or print to stdout.
snowbird.render.serialize-results
now has option (using:as
config key) to return analysis results as data and/or spit to a file.
snowbird.render.str-tech-debt
andsnowbird.render.print-tech-debt
- New init fn,
run-snowbird-from-json
, which takes a local snowbird_config.edn.
run-snowbird-from-filemap
now defers torun-snowbird-from-json
.
- pmd command is now configurable with
:pmd-command
key insnowbird_config.edn