Skip to content
Snippets Groups Projects
Commit f7f5cf4f authored by jurgenhaas's avatar jurgenhaas
Browse files

Add Code Climate configuration

parent 373aa6de
No related branches found
No related tags found
No related merge requests found
---
version: "2"
plugins:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
- python
- php
eslint:
enabled: true
channel: "stable"
fixme:
enabled: true
phpcodesniffer:
enabled: true
config:
standard: "DrupalPractice"
phpmd:
enabled: true
exclude_patterns:
- config/
- db/
- dist/
- features/
- "**/node_modules/"
- script/
- "**/spec/"
- "**/test/"
- "**/tests/"
- Tests/
- "**/vendor/"
- "**/webpack/"
- "**/*_test.go"
- "**/*.d.ts"
- "**/*.min.js"
- "**/*.min.css"
- "**/__tests__/"
- "**/__mocks__/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment