ignore hooks

This commit is contained in:
Dennis Eichhorn 2018-11-18 12:51:57 +01:00
parent bd5bcb0951
commit 800b8b244f
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<exclude-pattern>*.tpl.php</exclude-pattern>
<exclude-pattern>*.css</exclude-pattern>
<exclude-pattern>*Routes.php</exclude-pattern>
<exclude-pattern>*Hooks.php</exclude-pattern>
<exclude-pattern>*ObjLoader.js</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*/Demo/*</exclude-pattern>
@ -14,6 +15,7 @@
<exclude-pattern>*/Resources/*</exclude-pattern>
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>*/Routes/*</exclude-pattern>
<exclude-pattern>*/Hooks/*</exclude-pattern>
<arg value="q"/>
<arg name="colors"/>
<rule ref="Generic.Classes.DuplicateClassName"/>

View File

@ -22,6 +22,7 @@ parameters:
- */test/*
- *Test.php
- *Routes.php
- *Hooks.php
- *ObjLoader.js
- */vendor/*
- */Demo/*
@ -30,4 +31,5 @@ parameters:
- */Docs/*
- */Documentation/*
- */Resources/*
- */Routes/*
- */Routes/*
- */Hooks/*