mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-14 01:48:41 +00:00
ignore hooks
This commit is contained in:
parent
bd5bcb0951
commit
800b8b244f
|
|
@ -4,6 +4,7 @@
|
||||||
<exclude-pattern>*.tpl.php</exclude-pattern>
|
<exclude-pattern>*.tpl.php</exclude-pattern>
|
||||||
<exclude-pattern>*.css</exclude-pattern>
|
<exclude-pattern>*.css</exclude-pattern>
|
||||||
<exclude-pattern>*Routes.php</exclude-pattern>
|
<exclude-pattern>*Routes.php</exclude-pattern>
|
||||||
|
<exclude-pattern>*Hooks.php</exclude-pattern>
|
||||||
<exclude-pattern>*ObjLoader.js</exclude-pattern>
|
<exclude-pattern>*ObjLoader.js</exclude-pattern>
|
||||||
<exclude-pattern>*/vendor/*</exclude-pattern>
|
<exclude-pattern>*/vendor/*</exclude-pattern>
|
||||||
<exclude-pattern>*/Demo/*</exclude-pattern>
|
<exclude-pattern>*/Demo/*</exclude-pattern>
|
||||||
|
|
@ -14,6 +15,7 @@
|
||||||
<exclude-pattern>*/Resources/*</exclude-pattern>
|
<exclude-pattern>*/Resources/*</exclude-pattern>
|
||||||
<exclude-pattern>*/tests/*</exclude-pattern>
|
<exclude-pattern>*/tests/*</exclude-pattern>
|
||||||
<exclude-pattern>*/Routes/*</exclude-pattern>
|
<exclude-pattern>*/Routes/*</exclude-pattern>
|
||||||
|
<exclude-pattern>*/Hooks/*</exclude-pattern>
|
||||||
<arg value="q"/>
|
<arg value="q"/>
|
||||||
<arg name="colors"/>
|
<arg name="colors"/>
|
||||||
<rule ref="Generic.Classes.DuplicateClassName"/>
|
<rule ref="Generic.Classes.DuplicateClassName"/>
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ parameters:
|
||||||
- */test/*
|
- */test/*
|
||||||
- *Test.php
|
- *Test.php
|
||||||
- *Routes.php
|
- *Routes.php
|
||||||
|
- *Hooks.php
|
||||||
- *ObjLoader.js
|
- *ObjLoader.js
|
||||||
- */vendor/*
|
- */vendor/*
|
||||||
- */Demo/*
|
- */Demo/*
|
||||||
|
|
@ -30,4 +31,5 @@ parameters:
|
||||||
- */Docs/*
|
- */Docs/*
|
||||||
- */Documentation/*
|
- */Documentation/*
|
||||||
- */Resources/*
|
- */Resources/*
|
||||||
- */Routes/*
|
- */Routes/*
|
||||||
|
- */Hooks/*
|
||||||
Loading…
Reference in New Issue
Block a user