mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-24 09:18:40 +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>*.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"/>
|
||||
|
|
|
|||
|
|
@ -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/*
|
||||
Loading…
Reference in New Issue
Block a user