antv-l7/node_modules/react-i18next/.codeclimate.yml

27 lines
393 B
YAML

engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript:
mass_threshold: 58
- python
- php
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "src/**/*"
exclude_paths:
- test/
- coverage/
- dist/
- example/
- "react-i18next.js"
- "react-i18next.min.js"
- "rollup.config.js"
- "src/shallowEqual.js"