mirror of
https://github.com/ivuorinen/bbcodeparser.git
synced 2026-01-26 03:13:57 +00:00
17 lines
620 B
XML
17 lines
620 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="Basic Project Coding Standards">
|
|
<rule ref="PSR2" />
|
|
|
|
<rule ref="Generic.CodeAnalysis.EmptyStatement" />
|
|
<rule ref="Generic.Classes.DuplicateClassName"/>
|
|
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
|
|
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement"/>
|
|
<rule ref="Generic.CodeAnalysis.UnusedFunctionParameter"/>
|
|
<rule ref="Generic.CodeAnalysis.UselessOverridingMethod"/>
|
|
<rule ref="Generic.ControlStructures.InlineControlStructure"/>
|
|
<rule ref="Squiz.PHP.NonExecutableCode"/>
|
|
|
|
<file>./src</file>
|
|
<file>./tests</file>
|
|
</ruleset>
|