Sha256: 2200df7fef5da1c9e6d2cf8e9645e2b4344362c5ca7a4e3a168c4ff064950e92

Contents?: true

Size: 993 Bytes

Versions: 7

Compression:

Stored size: 993 Bytes

Contents

version: "2"
checks:
  argument-count:
    enabled: true
    config:
      threshold: 4
  complex-logic:
    enabled: true
    config:
      threshold: 4
  file-lines:
    enabled: true
    config:
      threshold: 250
  method-complexity:
    enabled: true
    config:
      threshold: 5
  method-count:
    enabled: true
    config:
      threshold: 20
  method-lines:
    enabled: true
    config:
      threshold: 25
  nested-control-flow:
    enabled: true
    config:
      threshold: 4
  return-statements:
    enabled: true
    config:
      threshold: 4
plugins:
  rubocop:
    enabled: true
    channel: rubocop-1-48-1
  reek:
    enabled: true
    checks:
      IrresponsibleModule:
        enabled: false
      TooManyStatements:
        max_statements: 7
  flog:
    enabled: true
  bundler-audit:
    enabled: true
exclude_patterns:
- "config/"
- "db/"
- "dist/"
- "features/"
- "**/node_modules/"
- "script/"
- "**/spec/"
- "**/test/"
- "**/tests/"
- "**/vendor/"
- "**/*.d.ts"

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
country_select-10.0.0 .codeclimate.yml
country_select-9.0.0 .codeclimate.yml
countries-5.7.0 .codeclimate.yml
country_select-8.0.3 .codeclimate.yml
country_select-8.0.2 .codeclimate.yml
countries-5.6.0 .codeclimate.yml
countries-5.5.0 .codeclimate.yml