Page MenuHomeDevCentral

phpcs.xml.in
No OneTemporary

phpcs.xml.in

<?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>
{% for package in packages %}
<file>{{ package }}/src</file>
<file>{{ package }}/tests</file>
{% endfor %}
</ruleset>

File Metadata

Mime Type
text/xml
Expires
Thu, Dec 26, 16:13 (8 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2314891
Default Alt Text
phpcs.xml.in (1 KB)

Event Timeline