Page MenuHomeDevCentral

phpcs.xml
No OneTemporary

phpcs.xml

<?xml version="1.0"?>
<!--
=============================================================
PHP_CodeSniffer configuration
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Project: Keruald
License: Trivial work, not eligible to copyright
Source file: _templates/phpcs.xml.in
=============================================================
<auto-generated>
This file is automatically generated from a template.
Changes to this file may cause incorrect behavior
and will be lost if the state is redeployed.
</auto-generated>
-->
<ruleset name="Nasqueron">
<rule ref="vendor/nasqueron/codestyle/CodeSniffer/ruleset.xml" />
<!--
OmniTools exception
Allow dprint_r() and dieprint_r() legacy debug function names
-->
<rule ref="Generic.NamingConventions.CamelCapsFunctionName.NotCamelCaps">
<exclude-pattern>*/_register_to_global_space.php</exclude-pattern>
</rule>
<!--
Database exception
Allow unused parameters
-->
<rule ref="Generic.CodeAnalysis.UnusedFunctionParameter">
<exclude-pattern>database/src/*</exclude-pattern>
</rule>
<file>cache/src</file>
<file>cache/tests</file>
<file>commands/src</file>
<file>commands/tests</file>
<file>database/src</file>
<file>database/tests</file>
<file>omnitools/src</file>
<file>omnitools/tests</file>
<file>report/src</file>
<file>report/tests</file>
</ruleset>

File Metadata

Mime Type
text/xml
Expires
Sun, Oct 12, 10:34 (6 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065761
Default Alt Text
phpcs.xml (1 KB)

Event Timeline