humhub/.codeclimate.yml

22 lines
395 B
YAML
Raw Normal View History

version: '2'
plugins:
duplication:
enabled: true
config:
languages: [php]
phpcodesniffer:
enabled: true
config:
standard: phpcs.xml.dist
exclude_patterns:
- '**/messages/'
2020-11-30 18:29:21 +01:00
- config/
- **/node_modules/
- **/test/
- **/tests/
- **/vendor/
- **/*_test.go
- **/*.d.ts
- static/assets/
2020-11-30 18:29:21 +01:00
- assets/