:octocat:

This commit is contained in:
smiley
2016-03-21 12:34:26 +01:00
parent f069421829
commit 03e903d474
+21
View File
@@ -0,0 +1,21 @@
engines:
duplication:
enabled: true
config:
languages:
- php
fixme:
enabled: true
phpcodesniffer:
enabled: true
phpmd:
enabled: true
markdownlint:
enabled: true
ratings:
paths:
- "**.php"
exclude_paths:
- examples/**/*
- tests/**/*
- "**/vendor/**/*"