gilbarbara/react-range-slider

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: '2'
checks:
  argument-count:
    config:
      threshold: 4
  complex-logic:
    config:
      threshold: 4
  file-lines:
    config:
      threshold: 500
  identical-code:
    config:
      threshold: 50
  method-complexity:
    config:
      threshold: 20
  method-count:
    config:
      threshold: 20
  method-lines:
    config:
      threshold: 50
  similar-code:
    config:
      threshold: 100
exclude_patterns:
  - coverage/**/*
  - demo/**/*
  - esm/**/*
  - lib/**/*
  - node_modules/**/*
  - test/**/*