mirrored from https://git.sr.ht/~ancarda/gemtext-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
19 lines (17 loc) · 712 Bytes
/
Copy pathphpcs.xml
File metadata and controls
19 lines (17 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<ruleset name="Ancarda Coding Style">
<arg value="p"/>
<arg name="colors"/>
<rule ref="PSR12" />
<rule ref="Generic.CodeAnalysis.AssignmentInCondition" />
<rule ref="Generic.CodeAnalysis.EmptyPHPStatement" />
<rule ref="Generic.CodeAnalysis.EmptyStatement" />
<rule ref="Generic.CodeAnalysis.JumbledIncrementer" />
<rule ref="Generic.CodeAnalysis.UnnecessaryFinalModifier" />
<rule ref="Generic.ControlStructures.DisallowYodaConditions" />
<rule ref="Generic.Files.ExecutableFile" />
<rule ref="Generic.PHP.RequireStrictTypes" />
<rule ref="Generic.VersionControl.GitMergeConflict" />
<file>src</file>
<file>tests</file>
</ruleset>