Sha256: b56f2270a769c59e65d6e86b1f59c3bc345e2b10b5f82168d0f7999451673363

Contents?: true

Size: 711 Bytes

Versions: 9

Compression:

Stored size: 711 Bytes

Contents

engines:
  rubocop:
    enabled: true
    checks:
      Rubocop/Metrics/LineLength:
        enabled: true
        max: 120
      Rubocop/Style/Documentation:
        enabled: false
      Rubocop/Lint/HandleExceptions:
        enabled: true
        exclude:
          - rakelib/*.rake
      Rubocop/Lint/NestedMethodDefinition:
        enabled: true
        exclude:
          - lib/dry/container/mixin.rb
      Rubocop/Metrics/MethodLength:
        enabled: true
        exclude:
          - lib/dry/container/mixin.rb
      Rubocop/Style/FileName:
        enabled: true
        exclude:
          - lib/dry-container.rb

ratings:
  paths:
    - lib/**/*.rb
  exclude_paths:
    - spec/**/*
    - examples/**/*

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dry-container-0.7.2 .codeclimate.yml
dry-container-0.7.1 .codeclimate.yml
dry-container-0.7.0 .codeclimate.yml
dry-container-0.6.0 .codeclimate.yml
dry-container-0.5.0 .codeclimate.yml
dry-container-0.4.0 .codeclimate.yml
dry-container-0.3.4 .codeclimate.yml
dry-container-0.3.3 .codeclimate.yml
dry-container-0.3.2 .codeclimate.yml