Skip to content

Releases: boost/codeclimate_diff

v0.1.15

04 Dec 02:30
ee2cece
Compare
Choose a tag to compare

What's Changed

  • fix: remove the warning from docker image output by @mrGrazy in #10

New Contributors

Full Changelog: v0.1.13...v0.1.15

v0.1.13

01 Oct 13:50
8974e20
Compare
Choose a tag to compare
  • bumped the gem version
  • upgraded rexml to fix CVE

v0.1.12

24 Sep 04:24
9efc4d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.11...v0.1.12

v0.1.11

02 Sep 22:16
84c9ef0
Compare
Choose a tag to compare

What's Changed

  • feat: set up automated baseline generation by @lunmanlee in #7

New Contributors

Full Changelog: v0.1.10...v0.1.11

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.