js-beautify/.codeclimate.yml
2018-08-16 12:17:54 -07:00

18 lines
232 B
YAML

engines:
eslint:
enabled: true
pep8:
enabled: true
ratings:
paths:
- "**.js"
- "**.py"
exclude_paths:
- webpack.config.js
- "**/resources/**"
- js/test/**
- test/data/**
- web/lib/**
- tools/template/*
- "**/generated/*"