ignore some more checkstyle rules
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -19,7 +19,9 @@ class Subdomains extends ApiCommand implements ResourceEntity
|
|||||||
{
|
{
|
||||||
|
|
||||||
public function add()
|
public function add()
|
||||||
{}
|
{
|
||||||
|
throw new Exception("Not available yet.", 501);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* return a subdomain entry by either id or domainname
|
* return a subdomain entry by either id or domainname
|
||||||
@@ -97,7 +99,9 @@ class Subdomains extends ApiCommand implements ResourceEntity
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function update()
|
public function update()
|
||||||
{}
|
{
|
||||||
|
throw new Exception("Not available yet.", 501);
|
||||||
|
}
|
||||||
|
|
||||||
public function list()
|
public function list()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,9 +4,13 @@
|
|||||||
<config name="show_progress" value="1" />
|
<config name="show_progress" value="1" />
|
||||||
<config name="ignore_warnings_on_exit" value="1" />
|
<config name="ignore_warnings_on_exit" value="1" />
|
||||||
<arg name="tab-width" value="4" />
|
<arg name="tab-width" value="4" />
|
||||||
|
<!-- Show sniff codes in all reports -->
|
||||||
|
<arg value="s" />
|
||||||
<rule ref="PSR2">
|
<rule ref="PSR2">
|
||||||
<exclude name="Generic.WhiteSpace.DisallowTabIndent" />
|
<exclude name="Generic.WhiteSpace.DisallowTabIndent" />
|
||||||
<exclude name="Generic.Files.LineLength" />
|
<exclude name="Generic.Files.LineLength" />
|
||||||
<exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace" />
|
<exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace" />
|
||||||
|
<exclude name="Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen" />
|
||||||
|
<exclude name="Squiz.WhiteSpace.SuperfluousWhitespace.EndLine" />
|
||||||
</rule>
|
</rule>
|
||||||
</ruleset>
|
</ruleset>
|
||||||
|
|||||||
Reference in New Issue
Block a user