sunrise-cms/.codeclimate.yml

21 lines
305 B
YAML

version: "2"
checks:
file-lines:
config:
threshold: 1500
method-complexity:
config:
threshold: 20
method-lines:
config:
threshold: 500
plugins:
eslint:
enabled: true
exclude_patterns:
- "cypress/"
- "**/node_modules/"
- "temp/"
- "test/"
- "**/*.d.ts"
- "**/*.js"