@@ -0,0 +1,21 @@
+engines:
+ duplication:
+ enabled: true
+ config:
+ languages:
+ - php
+ fixme:
+ phpcodesniffer:
+ phpmd:
+ markdownlint:
+ratings:
+ paths:
+ - "**.php"
+exclude_paths:
+ - examples/**/*
+ - tests/**/*
+ - "**/vendor/**/*"