Sha256: 1176826287a6d047a71104b8a0d46c4881c193ee1071ba6b4a4cd5ae0ced7b3a

Contents?: true

Size: 613 Bytes

Versions: 3

Compression:

Stored size: 613 Bytes

Contents

version: "2"         # required to adjust maintainability checks

checks:
  argument-count:
    enabled: false
  file-lines:
    enabled: false
  method-count:
    enabled: false
  method-lines:
    enabled: false
  similar-code:
    config:
      threshold: 150
  identical-code:
    config:
      threshold: 100
  method-complexity:
    config:
      threshold: 15

plugins:
  # Ruby
  rubocop:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby:

  # Other
  git-legal:
    enabled: true
  fixme:
    enabled: true
    config:
      strings:
      - FIXME
      - BUG

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
learnosity-sdk-0.3.0 .codeclimate.yml
learnosity-sdk-0.2.2 .codeclimate.yml
learnosity-sdk-0.2.1 .codeclimate.yml