Skip to content

Releases: boost/codeclimate_diff

v0.1.10

06 Jul 22:01
2baaad1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.9...v0.1.10

v0.1.9

17 Mar 01:19
710c367
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

06 Dec 04:29
Compare
Choose a tag to compare

fix: when a file doesn't exist, the codeclimate CLI does strange things. Filtering out deleted files.

v0.1.7

25 Nov 04:11
Compare
Choose a tag to compare
  • Improved error handing when downloading new baseline from the pipeline
    • It prompts you if you're missing the access token
    • It says it is using the current baseline if the process fails

v0.1.6

25 Nov 02:47
Compare
Choose a tag to compare
  • Added a 'threshold_to_run_on_all_files` setting (defaults to 8). When the number of files changed has exceeded the threshold, we will run the analysis across all files in one go, instead of one by one.
  • You can also pass the --all argument to get the same behaviour, regardless of threshold.

v0.1.5

25 Nov 02:13
235804f
Compare
Choose a tag to compare

Instead of needing people to install the brew command line tool, we are directly using the docker image.

v0.1.4

25 Nov 01:53
550679f
Compare
Choose a tag to compare
  • Initial usable version, with tidied up documentation
  • You can now configure it to download the baseline from your Gitlab CI Pipeline (so you don't have to run it locally)