mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Merge pull request #2263 from larkinscott/master
Create .codeclimate.yml
This commit is contained in:
commit
33e87a9be9
16
.codeclimate.yml
Normal file
16
.codeclimate.yml
Normal file
@ -0,0 +1,16 @@
|
||||
engines:
|
||||
duplication:
|
||||
enabled: true
|
||||
config:
|
||||
languages:
|
||||
- php
|
||||
phpcodesniffer:
|
||||
enabled: true
|
||||
config:
|
||||
standard: "PSR1,PSR2"
|
||||
|
||||
ratings:
|
||||
paths:
|
||||
- "**.php"
|
||||
|
||||
exclude_paths:
|
Loading…
x
Reference in New Issue
Block a user