codeclimate

Code Climate CLI

AGPL-3.0 License

Stars
2.5K

Bot releases are visible (Hide)

codeclimate - v0.31.1

Published by dblandin over 8 years ago

  • FIX: Support engine channels in dev mode #450
codeclimate - v0.31.0

Published by pbrisbin over 8 years ago

NEW: make eslint-2 channel available

codeclimate - v0.30.1

Published by pbrisbin over 8 years ago

FIX: Address bug handling channel value in config

codeclimate - v0.30.0

Published by pbrisbin over 8 years ago

NEW: HTML formatter
NEW: Preliminary support for alternate engine images through channels

codeclimate - v0.27.0

Published by dblandin over 8 years ago

  • FEATURE: Add SourceFingerprint based on path, check_name, and source
codeclimate - v0.27.1

Published by dblandin over 8 years ago

  • FIX: Handle invalid UTF-8 bytes when computing source fingerprint #424
  • ENHANCEMENT: Enforce location line and position values are integers #424
codeclimate - v0.27.2

Published by dblandin over 8 years ago

  • Remove boot2docker support
  • FIX: Don't mutate issue location data during source extraction #429
codeclimate - v0.26.0

Published by gdiggs over 8 years ago

FEATURE: Add validation that locations are of the right format

codeclimate - v0.25.1

Published by gdiggs over 8 years ago

FIX - Fixed a bug with validating engine output

codeclimate - v0.25.0

Published by gdiggs over 8 years ago

FEATURE: Validate issues as they are reported by engines.

codeclimate - v0.24.3

Published by wfleming over 8 years ago

FIX: Fixed a bug that could cause some files to not be included for analysis when specified using codeclimate analyze path/to/file other/path/to/file.

codeclimate - v0.24.2

Published by wfleming over 8 years ago

FIX: codeclimate init could crash when run in an empty directory. This has been fixed.
FEATURE: Improved debugging output when running with CODECLIMATE_DEBUG=1, including any stderr output from engines.

codeclimate - v0.24.1

Published by wfleming over 8 years ago

FIX: Fixed an issue where engine-specific exclude paths were incorrectly applied to all engines.
FEATURE: Add the Checkstyle engine for Haxe.

codeclimate - v0.24.0

Published by wfleming over 8 years ago

FEATURE: Add Tailor engine.

codeclimate - v0.23.0

Published by wfleming over 8 years ago

FEATURE: Do not rely on SafeYAML.
FEATURE: Added phan engine.

codeclimate - v0.22.3

Published by pbrisbin over 8 years ago

FIX: revert change to install wrapper script out of docker image, does not work on VM-based docker setups

codeclimate - v0.22.1

Published by pbrisbin over 8 years ago

FIX: Fixed a bug in wrapper script where non-exported CODECLIMATE_ variables weren't passed to the container

codeclimate - v0.22.0

Published by pbrisbin over 8 years ago

FEATURE: Allow overriding /tmp/cc directory by setting CODECLIMATE_TMP variable
FIX: Ignore files with leading dashes to prevent find error.

codeclimate - v0.21.4

Published by pbrisbin over 8 years ago

[FEATURE] Added ShellCheck engine to engines manifest

codeclimate - v0.21.3

Published by wfleming over 8 years ago

FEATURE: Verbose debugging output can be seen by setting the CODECLIMATE_DEBUG environment variable.