-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
17 lines (16 loc) · 757 Bytes
/
phpcs.xml
File metadata and controls
17 lines (16 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<ruleset name="Custom Standard">
<!-- Utiliser PSR-12 comme base -->
<rule ref="PSR12">
<!-- Désactiver la règle qui force les commentaires de documentation sur plusieurs lignes -->
<exclude name="Squiz.Commenting.DocCommentAlignment"/>
<exclude name="Generic.Commenting.DocComment.ContentAfterOpen"/>
<exclude name="Generic.Commenting.DocComment.ContentBeforeClose"/>
<exclude name="Generic.Commenting.DocComment.MissingShort"/>
<exclude name="Generic.Commenting.DocComment.SpacingBeforeTags"/>
<exclude name="Generic.Commenting.DocComment.TagValueIndent"/>
</rule>
<!-- Paramètres généraux -->
<arg name="colors"/>
<arg value="p"/>
</ruleset>