@bhupinderanand/react-redux-saga-boilerplate
Version:
Boilerplate with React and Redux with Redux Saga
33 lines (32 loc) • 549 B
YAML
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/**/*
- build/**/*
- cypress/**/*
- node_modules/**/*
- test/**/*