| 123456789101112131415161718192021222324252627282930 |
- ---
- engines:
- duplication:
- enabled: false
- config:
- languages:
- - ruby
- - javascript
- - python
- - php
- fixme:
- enabled: true
- pep8:
- enabled: true
- radon:
- enabled: true
- config:
- threshold: "C"
- ratings:
- paths:
- - "**.inc"
- - "**.js"
- - "**.jsx"
- - "**.module"
- - "**.php"
- - "**.py"
- - "**.rb"
- exclude_paths:
- - test/**/*
- - docs/**/*
|