codeclimate

Code Climate CLI

AGPL-3.0 License

Stars
2.5K

Bot releases are hidden (Show)

codeclimate - v0.70.5

Published by wfleming almost 7 years ago

  • [FIX] Validate the remediation_points in issue documents output by engines.
codeclimate - v0.70.4

Published by larkinscott almost 7 years ago

  • [NEW] Adds default exclude paths for Go.
codeclimate - v0.70.3

Published by wfleming almost 7 years ago

  • [FIX] revert a change in v0.70.2 that changed names used for internal metrics when running on codeclimate.com
codeclimate - v0.70.2

Published by wfleming almost 7 years ago

  • [FIX] Improve messages from validate-config in several cases: the new checks key was incorrectly listed as not recognized, and the exclude_paths within a specific plugin config are now mentioned as deprecated.
  • [NEW] change names used for internal metrics when running on codeclimate.com to include more engine details
codeclimate - v0.70.1

Published by toddmazierski almost 7 years ago

  • [FIX] Fix a regression with the JSON formatter (#783)—a new type of document is now included in the JSON output named measurement, described here: codeclimate/spec#59
codeclimate - v0.70.0

Published by wfleming almost 7 years ago

  • [NEW] New maintainability analysis for Ruby, JavaScript, PHP, Python, and Java
  • [NEW] Duplication support for Java
  • [NEW] Support for version 2 of our config file schema: see documentation
  • [NEW] A checked in .codeclimate.yml is no longer required: if the defaults work for you, you can just run codeclimate analyze.
  • [NEW] Several commands have been deprecated & removed: init, engines:enable, engines:disable, & engines:remove are no longer supported commands. Refer to the README or run codeclimate help for information about available commands.

Please note that the new maintainability analysis, including duplication checks, is now always run by default. If you wish to opt-out of this new analysis, please refer to the example config to turn off the checks in the pull request introducing these changes: https://github.com/codeclimate/codeclimate/pull/777

codeclimate - v0.69.0

Published by maxjacobson almost 7 years ago

https://github.com/codeclimate/codeclimate/compare/v0.68.0...v0.69.0

  • [NEW] Add SonarJava stable channel (details)
  • [NEW] Add RuboCop rubocop-0-51 channel (details)
codeclimate - v0.68.0

Published by maxjacobson about 7 years ago

  • [NEW] Add PMD stable release (details)
  • [NEW] Add Checkstyle stable release (details)
  • [NEW] Add RuboCop rubocop-0-50 channel (details)
codeclimate - v0.67.0

Published by maxjacobson about 7 years ago

  • [NEW] Added ESLint 4 channel
  • [NEW] Added RuboCop 0.46 channel
  • [NEW] Added RuboCop 0.49 channel
codeclimate - v0.66.0

Published by dblandin over 7 years ago

codeclimate - v0.64.0

Published by ABaldwinHunter over 7 years ago

[NEW] Map deprecated severity normal to minor, following Code Climate SPEC

codeclimate - v0.63.7

Published by ABaldwinHunter over 7 years ago

[FIX] Fix a bug where the --format argument wasn't supported

codeclimate - v0.63.6

Published by maxjacobson over 7 years ago

  • [FIX] Fix error when generating a default issue fingerprint based on an invalid issue location
codeclimate - v0.63.5

Published by maxjacobson over 7 years ago

  • [FIX] Fixes a crashing bug introduced in v0.63.4. Sorry about that.
codeclimate - v0.63.4

Published by maxjacobson over 7 years ago

  • [FIX] Fix how we set user agent when checking if CLI version is up-to-date
codeclimate - v0.63.3

Published by maxjacobson over 7 years ago

  • [NEW] Add RuboCop rubocop-0-48 channel
codeclimate - v0.63.2

Published by ABaldwinHunter over 7 years ago

[FIX] Validate file list only when there's something on STDIN (@pointlessone)

codeclimate - v0.63.1

Published by maxjacobson over 7 years ago

  • [NEW] add rubocop-0-42 channel
codeclimate - v0.63.0

Published by maxjacobson over 7 years ago

  • [NEW] Add an option to analyze a file from STDIN
  • [FIX] Pull beta-tagged tslint image
codeclimate - v0.62.0

Published by gdiggs over 7 years ago

  • [NEW] Performance boost for issues with other_location attributes (@zenspider)