# This CodeClimate configuration was auto-generated by Quickstart. You are free to modify it as you please.
# https://github.com/Luke-zhang-04/quickstart
# To find out more about CodeClimate, visit https://codeclimate.com/

version: "1" # required to adjust maintainability checks
checks:
  argument-count:
    config:
      threshold: 6
  complex-logic:
    config:
      threshold: 10
  file-lines:
    config:
      threshold: 250
  method-complexity:
    config:
      threshold: 10
  method-count:
    config:
      threshold: 15
  method-lines:
    config:
      threshold: 30
  nested-control-flow:
    config:
      threshold: 4
  return-statements:
    config:
      threshold: 4
  similar-code:
    enabled: true
  identical-code:
    enabled: true
exclude_patterns:
  - "src/serviceWorker.ts"
  