js-beautify/.codeclimate.yml

18 lines
232 B
YAML
Raw Normal View History

engines:
eslint:
enabled: true
pep8:
enabled: true
ratings:
paths:
- "**.js"
- "**.py"
exclude_paths:
2018-08-16 19:17:54 +00:00
- webpack.config.js
- "**/resources/**"
- js/test/**
- test/data/**
2018-06-30 06:26:50 +00:00
- web/lib/**
- tools/template/*
2017-02-19 23:39:21 +00:00
- "**/generated/*"