codeclimate

Code Climate CLI

AGPL-3.0 License

Stars
2.5K

Bot releases are hidden (Show)

codeclimate - Add requiresafe community engine

Published by wfleming about 9 years ago

FEATURE: Adds the Requiresafe Node.js security engine to the CLI
FEATURE: Introduces an --upgrade flag for the init command that will update configuration for Code Climate Classic to the Code Climate Platform.

codeclimate -

Published by fhwang about 9 years ago

EnginesRunner won't call formatter#close if the method doesn't exist.

codeclimate -

Published by fhwang about 9 years ago

BUGFIX: Fix error when .gitignore is a directory

codeclimate - v0.6.2

Published by pbrisbin about 9 years ago

BUGFIX: Fix undefined method source_buffer_for error when using -f formatter option

codeclimate - v0.6.0

Published by gdiggs about 9 years ago

FEATURE: New SCSS Lint engine
FEATURE: New foodcritic engine

codeclimate - v0.5.0

Published by ABaldwinHunter about 9 years ago

FEATURE: codeclimate analyze accepts paths as arguments*
FEATURE: codeclimate analyze accepts engine options (with -e or --engine)

examples:
codeclimate analyze -e rubocop -e eslint app/models
codeclimate analyze --engine rubocop app/models/user.rb
codeclimate analyze -e rubocop app/models/user.rb test.rb experiment.rb

*exclude paths in .codeclimate.yml config will not be analyzed.

Note: only engines that support acceptance of include_paths internally (the standard going forward) will reflect this change. At present, these include codeclimate-rubocop and codeclimate-eslint.

codeclimate -

Published by fhwang about 9 years ago

BUGFIX: Doesn't follow symlinks will building include_paths. (@fhwang)

codeclimate -

Published by fhwang about 9 years ago

BUGFIX: Engine-specific exclusions of checks works correctly. (@fhwang)

Note that there is no release 0.4.2, as it was skipped by accident.

codeclimate -

Published by fhwang about 9 years ago

Cleanup extension of FileUtils to a location that is easier to require with the rest of the analyzer library.

codeclimate - v0.4.0

Published by pbrisbin about 9 years ago

FEATURE: present include_paths in addition to exclude_paths to make it easier on engines to find analyzable files during local analysis without running into subtle permissions errors (@fhwang)

codeclimate - v0.3.1

Published by gdiggs about 9 years ago

FIX: Update wget version to fix build process (@GordonDiggs)

codeclimate - v0.3.0

Published by gdiggs about 9 years ago

FEATURE: Add support for docker-machine in wrapper script (@dbergey)

codeclimate - Release v0.2.11

Published by pbrisbin about 9 years ago

Refactoring only:

  • Rename ContainerLog concept to ContainerListener
  • Separate Analyzer::ContainerLog into distinct listeners
  • Compose listeners with CompositeContainerListener
codeclimate - v0.2.10

Published by gdiggs about 9 years ago

FIX: Support new docker version output (@ablyler)

codeclimate - v0.2.8

Published by gdiggs about 9 years ago

FEATURE: Automatically exclude any files ignored in the .gitignore file

codeclimate - v0.2.7

Published by ABaldwinHunter about 9 years ago

FIX: Don't halt analysis when invalid engine found in config - skip silently.

codeclimate - v0.2.6

Published by ABaldwinHunter about 9 years ago

FEATURE: validate-config warns against invalid engines

codeclimate - v0.1.5

Published by gdiggs about 9 years ago

FIX: Refactor shared classes (@pbrisbin)

codeclimate - v0.1.4

Published by pbrisbin about 9 years ago

FIX: update codeclimate-yaml gem, without this the checks configuration added in v0.1.3 was not working.

codeclimate - v0.1.3

Published by pbrisbin about 9 years ago

FEATURE: Support ignoring specific checks in engine configuration:

engines:
  rubocop:
    checks:
      Style/Documentation:
        enabled: false