codeclimate

Code Climate CLI

AGPL-3.0 License

Stars
2.5K

Bot releases are visible (Hide)

codeclimate - v0.44.0

Published by gdiggs over 7 years ago

  • NEW: Added stylelint stable channel
  • NEW: Added flog beta channel
codeclimate - v0.43.1

Published by wfleming almost 8 years ago

FIX: fixed some docs for how to use the analyze command.

codeclimate - v0.43.0

Published by dblandin almost 8 years ago

  • NEW: Add CodeScan engine with beta channel (details)
codeclimate - v0.42.1

Published by wfleming almost 8 years ago

FIX: Fixed a bug with the new prepare statement causing it to save files in the wrong directory.

codeclimate - v0.42.0

Published by wfleming almost 8 years ago

NEW: The new dependencies config release in 0.41.0 has been renamed. The new config keys are:

prepare:
  fetch:
    - http://example.com/file.json

And the command to fetch these dependencies is also renamed to codeclimate prepare.

codeclimate - v0.41.0

Published by wfleming almost 8 years ago

NEW: Run codeclimate dependencies to fetch external config files configured in .codeclimate.yml.

codeclimate - v0.40.3

Published by wfleming almost 8 years ago

FIX: fixed validation of file dependencies when invalid URLs were specified.

codeclimate - v0.40.1

Published by wfleming almost 8 years ago

FIX: Fixed a bug with configuration validation that could incorrectly consider some invalid configurations valid, leading to silently ignoring invalid configuration options.

codeclimate - v0.39.0

Published by wfleming almost 8 years ago

  • NEW: Config validation for new dependencies config options
codeclimate - v0.40.0

Published by dblandin almost 8 years ago

[NEW]: Add beta channel for stylelint engine (details)

codeclimate - v0.37.0

Published by dblandin about 8 years ago

  • [NEW] Add Credo engine with beta channel #498
codeclimate - v0.36.0

Published by dblandin about 8 years ago

  • FIX: Loose activesupport dependency requirement #482 (thanks @dread-uo!)
  • NEW: Add eslint-3 channel to engines manifest #488
codeclimate - v0.35.2

Published by pbrisbin about 8 years ago

FIX: Ensure we don't wait forever if an engine container refuses to stop

codeclimate - v0.35.1

Published by pbrisbin over 8 years ago

  • FIX: don't raise opaque exception on some engine timeouts
codeclimate - v0.35.0

Published by wfleming over 8 years ago

ENHANCEMENT: validate any content key emitted on issues.

codeclimate - v0.34.1

Published by wfleming over 8 years ago

ENHANCEMENT: pass ENV variables controlling engine resource limits through the bin wrapper.

codeclimate - v0.34.0

Published by wfleming over 8 years ago

ENHANCEMENT: Support for "negated" exclude_paths in .codeclimate.yml.

codeclimate - v0.33.0

Published by wfleming over 8 years ago

ENHANCEMENT: Released the ApexMetrics engine.

codeclimate - v0.32.1

Published by gdiggs over 8 years ago

[FIX] Don't error on nonexistent files for fingerprints

codeclimate - v0.32.0

Published by dblandin over 8 years ago

  • ENHANCEMENT: Use engine name + channel in logs, container name, and metrics #452