Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12741020
phpcs.xml.in
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
phpcs.xml.in
View Options
<?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>
{% for package in packages %}
<file>{{ package }}/src</file>
<file>{{ package }}/tests</file>
{% endfor %}
</ruleset>
File Metadata
Details
Attached
Mime Type
text/xml
Expires
Sun, Nov 16, 13:15 (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3137826
Default Alt Text
phpcs.xml.in (1 KB)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment