-
-
Notifications
You must be signed in to change notification settings - Fork 244
Expand file tree
/
Copy pathphpcs.xml.dist
More file actions
17 lines (15 loc) · 684 Bytes
/
phpcs.xml.dist
File metadata and controls
17 lines (15 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" ?>
<ruleset name="PSR12">
<description>The PSR12 coding standard – without line length limitation</description>
<file>./Neos.ContentGraph.DoctrineDbalAdapter/src</file>
<file>./Neos.ContentGraph.PostgreSQLAdapter/src</file>
<file>./Neos.ContentRepository.BehavioralTests/Classes</file>
<file>./Neos.ContentRepository.TestSuite/Classes</file>
<file>./Neos.ContentRepository.Core/Classes</file>
<file>./Neos.ContentRepository.Dbal/Classes</file>
<file>./Neos.Neos/Classes</file>
<file>./Neos.Workspace.Ui/Classes</file>
<rule ref="PSR12">
<exclude name="Generic.Files.LineLength.TooLong" />
</rule>
</ruleset>