We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56838a8 commit e6d4643Copy full SHA for e6d4643
codeat.xml
@@ -2,8 +2,12 @@
2
<ruleset name="Codeat">
3
<description>Codeat coding standard.</description>
4
5
+ <!-- https://github.com/CodeAtCode/PHPDoc-for-PHPCS-PHPCBF/ -->
6
<rule ref="PHPDoc"/>
7
8
+ <!-- https://github.com/wimg/PHPCompatibility/ -->
9
+ <rule ref="PHPCompatibility"/>
10
+
11
<rule ref="WordPress">
12
<exclude name="Generic.Files.LineEndings.InvalidEOLChar" />
13
<exclude name="Generic.Commenting.DocComment.MissingShort" />
0 commit comments