Sha256: 597eac6e3161016b0df8e2cdb362060928eacd26709aa591e81ad4318f23b7f9

Contents?: true

Size: 1.46 KB

Versions: 13

Compression:

Stored size: 1.46 KB

Contents

version: "2"
checks:
  argument-count:
    enabled: true
    config:
      threshold: 5
  complex-logic:
    enabled: true
    config:
      threshold: 4
  file-lines:
    enabled: true
    config:
      threshold: 1000
  method-complexity:
    enabled: true
    config:
      threshold: 20
  method-count:
    enabled: true
    config:
      threshold: 45
  method-lines:
    enabled: false
  nested-control-flow:
    enabled: true
    config:
      threshold: 4
  return-statements:
    enabled: true
    config:
      threshold: 4
  similar-code:
    enabled: true
    config:
      threshold: 75
  identical-code:
    enabled: true
    config:
      threshold: 25
engines:
  duplication:
    # Duplication analyzes JavaScript (including JSX and ES6), PHP, Python,
    # and Ruby code for structural similarities.
    enabled: true
    config:
      languages:
        - ruby
        - javascript
  fixme:
    enabled: true
    config:
      strings:
        - BUG
        - FIXME
        - HACK
  rubocop:
    # Style and quality checks for Ruby code.
    # Includes support for modern Rubies (2.2+).
    enabled: true
    channel: rubocop-0-93
    exclude_paths:
      - vendor/
ratings:
  # to receive a letter grade for a particular file or overall GPA for your project
  paths:
    - "app/**/*"
    - "lib/**/*"
    - "**.rb"
    - "**.js"
exclude_paths:
  - app/assets/javascripts/vendor/**/*
  - features/**/*
  - spec/**/*
  - vendor/**/*
  - node_modules/**/*
  - db/**/*
  - config/**/*

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
lt-lcms-0.6.0 .codeclimate.yml
lt-google-api-0.3.0 .codeclimate.yml
lt-lcms-0.5.0 .codeclimate.yml
lt-lcms-0.4.4 .codeclimate.yml
lt-google-api-0.2.4 .codeclimate.yml
lt-lcms-0.4.3 .codeclimate.yml
lt-google-api-0.2.3 .codeclimate.yml
lt-lcms-0.4.2 .codeclimate.yml
lt-google-api-0.2.2 .codeclimate.yml
lt-lcms-0.4.1 .codeclimate.yml
lt-google-api-0.2.1 .codeclimate.yml
lt-lcms-0.4.0 .codeclimate.yml
lt-google-api-0.2.0 .codeclimate.yml