Sha256: 04a640458178a340d86a7f23260618064a13992a4408b1d904fcf05b2a2e941b

Contents?: true

Size: 1.46 KB

Versions: 5

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-59
    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

5 entries across 5 versions & 2 rubygems

Version Path
lt-lcms-0.3.1 .codeclimate.yml
lt-lcms-0.3.0 .codeclimate.yml
lt-google-api-0.1.1 .codeclimate.yml
lt-lcms-0.2.0 .codeclimate.yml
lt-lcms-0.1.1 .codeclimate.yml