js-beautify/.codeclimate.yml
2018-06-30 00:57:22 -07:00

18 lines
256 B
YAML

engines:
eslint:
enabled: true
pep8:
enabled: true
ratings:
paths:
- "**.js"
- "**.py"
exclude_paths:
- test/resources/**
- web/lib/**
- js/lib/beautify.js
- js/lib/beautify-css.js
- js/lib/beautify-html.js
- tools/template/*
- "**/generated/*"