Repository URL to install this package:
|
Version:
0.1.0 ▾
|
webbingbrasil/clients-module
/
.codeclimate.yml
|
|---|
---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
phpmd:
enabled: true
config:
rulesets: "phpmd.xml"
checks:
CleanCode/BooleanArgumentFlag:
enabled: false
phpcodesniffer:
enabled: true
config:
file_extensions: "php"
standard: "PSR1,PSR2"
ignore_warnings: true
encoding: utf-8
ratings:
paths:
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- "packages/"
- "config/"
- "tests/"
- "spec/"
- "storage/"
- "public/"
- "bin/"
- "database/"
- "**/Tests/"
- "**/stubs/"
- "**/Database/"
- "**/Config/"
- "**/Assets/"
- "**/vendor/"
- "**/dist/"
- "**/assets/"
- "**/bower_components/"
- "**/scss/"
- "**/main.js"
- "**/modernizr.custom.45592.js"
- "**/Gruntfile.js"
- "c3.php"
- "server.php"