1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-03-02 00:50:33 +03:00
redoc/.codeclimate.yml

13 lines
160 B
YAML
Raw Normal View History

2015-12-26 20:47:35 +03:00
engines:
2015-12-24 15:47:26 +03:00
eslint:
enabled: true
scss-lint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "lib/**"
exclude_paths:
2015-12-26 20:47:35 +03:00
- "**.spec.js"