codeclimate

Code Climate CLI

AGPL-3.0 License

Stars
2.5K

Bot releases are hidden (Show)

codeclimate - v0.16.0

Published by gdiggs almost 9 years ago

FEATURE: Exclude specific fingerprints from analysis results.

codeclimate -

Published by dblandin almost 9 years ago

FEATURE: Auto enable duplication engine during codeclimate init or upgrade
UPDATE: Auto enable brakeman engine if any ruby files are present in app/**/*

codeclimate - v0.15.1

Published by pbrisbin almost 9 years ago

FEATURE: include box-model as ignored in generated csslintrc

codeclimate - v0.15.0

Published by pbrisbin almost 9 years ago

FEATURE: Include --exclude-exts in default csslintrc to avoid analyzing minified css files

codeclimate - v0.14.7

Published by pbrisbin almost 9 years ago

FIX: ensure stdout/stderr processing is captured by the timeout thread

codeclimate - v0.14.6

Published by wfleming almost 9 years ago

FIX: Improvements to thread handling when running analysis.

codeclimate - v0.14.4

Published by wfleming almost 9 years ago

FIX: Don't add empty config: sections to .codeclimate.yml for engines that don't need them.
FIX: The CLI should not raise exceptions on unreadable files.

codeclimate - v0.14.3

Published by wfleming almost 9 years ago

FEATURE: Ability to ignore specific issues reported by engines
FEATURE: Faster startup for initialization
FEATURE: Improved output
FEATURE: codeclimate init will generate missing engine config even if you have a .codeclimate.yml
FIX: Fixed some issues related to constructing paths for engines to analyze
FIX: Fix the paths that are rated by default when brakeman is enabled
FIX: Fix race condition between threads related to parsing output of engines.

codeclimate - v0.14.2

Published by ABaldwinHunter almost 9 years ago

FEATURE: Autoenable pep8 and radon engines during codeclimate init for Python analysis
FEATURE: Autoenable brakeman during codeclimate init for detecting security vulnerabilities in Rails Apps

codeclimate -

Published by fhwang almost 9 years ago

Refactor: Replace EnginesBuilder with EnginesConfigBuilder.

codeclimate - Release v0.13.0

Published by wfleming almost 9 years ago

FEATURE: Add PEP8 engine for Python style checking.
FEATURE: Add Radon engine for Python analysis.
FEATURE: Improved configuration validation & error messages when using validate-config.

codeclimate - Release v0.12.0

Published by ABaldwinHunter almost 9 years ago

FEATURE: Add Brakeman Engine for analysis of security vulnerabilities in Rails applications.

codeclimate -

Published by fhwang almost 9 years ago

Refactor to make some Analyzer classes more flexible.

codeclimate - v0.10.0

Published by dblandin almost 9 years ago

  • Automatically enable the fixme engine when generating or upgrading CC configurations for the engines platform. #173
  • Include default engine-specific configurations when enabling engines #169
codeclimate - v0.9.4

Published by pbrisbin almost 9 years ago

FIX: Use docker kill, not Process.kill to stop running containers

codeclimate -

Published by fhwang almost 9 years ago

  • Only enable bundler-audit if Gemfile.lock in root.
  • Add duplication engine to engines.yml.
  • Container timeout calls only listener#timed_out, not listener#finished.
codeclimate - v0.9.1

Published by dblandin about 9 years ago

Bug Fix: Add a new engine output filter rule to prevent errors when engines emit empty output.

codeclimate - v0.9.0

Published by dblandin about 9 years ago

Allow the container to exit early in the case of an output processing error.

codeclimate - v0.8.1

Published by gdiggs about 9 years ago

FIX: Update codeclimate-yaml to support arbitary engine configurations under the config key. For example, the following is now valid:

engines:
  foo:
    enabled: true
    config:
      bar: true
codeclimate -

Published by fhwang about 9 years ago

Remove codeclimate from the list of installed executables. Add codeclimate-init.