Skip to content

How to: install Code Climate

Jeremy edited this page May 19, 2021 · 1 revision

Code Climate offers organization-level settings which allow Owners to dictate which teams have the ability to change Issue Statuses or approve Pull Requests which are failing due to Code Climate. The default for these permissions is "Anyone who can view the repo".

Prerequisites:

  1. macOS: This is the only platform this project supports
  2. Homebrew: A macOS package manager
  3. Docker Desktop: Enables local support for containerization

Steps:

  1. Install codeclimate cli:

    brew tap codeclimate/formulae
    brew install codeclimate
    
  2. Run codeclimate version to verify install.

    • Should print version info to the terminal (eg. 0.85.24)
Clone this wiki locally