codeclimate

Code Climate CLI

AGPL-3.0 License

Stars
2.5K

Bot releases are hidden (Show)

codeclimate - v.0.21.2

Published by jpignata over 8 years ago

  • Add gnu-complexity engine
  • Add markdownlint engine
codeclimate - v0.21.1

Published by wfleming over 8 years ago

FIX: Removed unused gems from the gemspec.

codeclimate - v0.21.0

Published by wfleming over 8 years ago

FEATURE: Releasing the new reek engine.

codeclimate - v0.20.2

Published by wfleming over 8 years ago

FIX: Fixed an issue where, when multiple exclude_paths entry applied to the same directory, the later patterns where not properly applied.

codeclimate - v0.20.1

Published by ABaldwinHunter over 8 years ago

[FIX] Update default .rubocop.yml to exclude fixme engine triggers

codeclimate - v0.20.0

Published by gdiggs over 8 years ago

codeclimate init --upgrade will now generate config files for engines when a .codeclimate.yml exists

codeclimate -

Published by jpignata over 8 years ago

  • Added codeclimate/codeclimate-rubocop:v35
codeclimate -

Published by jpignata over 8 years ago

  • Update RuboCop configuration file for 0.37.1
codeclimate - v0.19.0

Published by wfleming over 8 years ago

FEATURE: add the codeclimate-vint community engine for linting vim scripts.

codeclimate - v0.18.6

Published by dblandin over 8 years ago

  • Allow gem callers to disable container cleanup (docker run --rm) #337
codeclimate - v0.18.4

Published by wfleming over 8 years ago

FIX: init should be more tolerant of unusual file names in the workspace, and will report better error information if something goes wrong.

codeclimate - v0.18.2

Published by dblandin over 8 years ago

  • Tweak CodeClimate Analysis Config (#307)
  • Replace minitest with RSpec (#323)
  • Add timeout on docker kill invocation (#325)
codeclimate - v0.18.1

Published by wfleming over 8 years ago

FIX: Small patches in some dependencies.

codeclimate - v0.18.0

Published by wfleming over 8 years ago

FIX: exclude_paths did not properly exclude in some cases. These cases should be fixed.
FEATURE: Improved performance running init and analyze. In some cases, analyze in particular could be unusably slow, and should now be pleasantly fast.
FIX: initwould enable engines incorrectly when the only files applicable to that engine where in excluded paths. This has been fixed.

codeclimate - v0.17.0

Published by gdiggs over 8 years ago

FEATURE Added the kibit engine

codeclimate - v0.16.6

Published by wfleming almost 9 years ago

FIX: The error message when an invalid formatter option is given to the analyze command is fixed.
FIX: The analyze command does a better job of cleaning up temporary files stored in /tmp/cc during analysis.

codeclimate - v0.16.5

Published by wfleming almost 9 years ago

FEATURE: The default configuration provided for eslint has been adjusted to make analysis results more consistent between it & other languages. This configuration is provided when you run codeclimate init if you don't already have a .eslintrc file.

codeclimate - v0.16.4

Published by wfleming almost 9 years ago

FEATURE: The duplication engine is turned on by default again.

codeclimate - v0.16.3

Published by wfleming almost 9 years ago

FIX: We are not enabling the duplication engine by default for the time being while we investigate some issues with the engine. It is still available to be used for those who wish to use it.

codeclimate - v0.16.2

Published by jpignata almost 9 years ago

FEATURE: Enable more eslint rules by default
FEATURE: Ignore minified JavaScript files in eslint by default