Sha256: 9d68748dc8ac8c2ef705d591153ea735d5ce65babb1c6c8391d6f1627dc817d1

Contents?: true

Size: 1001 Bytes

Versions: 19

Compression:

Stored size: 1001 Bytes

Contents

engines:
  rubocop:
    enabled: true
    checks:
      Rubocop/Style/Documentation:
        enabled: false
      Rubocop/Style/StringLiterals:
        enabled: false
      Rubocop/Style/MethodName:
        enabled: false
      Rubocop/Style/LambdaCall:
        enabled: false
      Rubocop/Style/StabbyLambdaParentheses:
        enabled: false
      Rubocop/Style/NestedParenthesizedCalls:
        enabled: false
      Rubocop/Style/MultilineBlockChain:
        enabled: false
      Rubocop/Style/GuardClause:
        enabled: false
      Rubocop/Metrics/LineLength:
        enabled: true
        max: 110
      Rubocop/Style/FileName:
        enabled: true
        exclude:
          - 'lib/dry-monads.rb'
      Rubocop/Lint/Debugger:
        enabled: true
        exclude:
          - 'bin/console'
      Rubocop/Lint/HandleExceptions:
        enabled: true
        exclude:
          - 'spec/spec_helper.rb'
ratings:
  paths:
    - lib/**/*.rb
  exclude_paths:
    - spec/**/*
    - examples/**/*

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
dry-monads-1.3.1 .codeclimate.yml
dry-monads-1.3.0 .codeclimate.yml
dry-monads-1.2.0 .codeclimate.yml
dry-monads-1.1.0 .codeclimate.yml
dry-monads-1.0.1 .codeclimate.yml
dry-monads-1.0.0 .codeclimate.yml
dry-monads-1.0.0.rc1 .codeclimate.yml
dry-monads-1.0.0.beta3 .codeclimate.yml
dry-monads-1.0.0.beta2 .codeclimate.yml
dry-monads-1.0.0.beta1 .codeclimate.yml
dry-monads-0.4.0 .codeclimate.yml
dry-monads-0.3.1 .codeclimate.yml
dry-monads-0.3.0 .codeclimate.yml
dry-monads-0.2.1 .codeclimate.yml
dry-monads-0.2.0 .codeclimate.yml
dry-monads-0.1.1 .codeclimate.yml
dry-monads-0.1.0 .codeclimate.yml
dry-monads-0.0.2 .codeclimate.yml
dry-monads-0.0.1 .codeclimate.yml