We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5e0ae commit f2f7dbeCopy full SHA for f2f7dbe
phpcs.xml.dist
@@ -158,4 +158,9 @@
158
<exclude-pattern>tests/Core/Tokenizer/StableCommentWhitespaceWinTest\.php</exclude-pattern>
159
</rule>
160
161
+ <!-- Avoid false positive with this sniff detecting itself -->
162
+ <rule ref="Generic.Commenting.Todo">
163
+ <exclude-pattern>src/Standards/Generic/Sniffs/Commenting/TodoSniff\.php</exclude-pattern>
164
+ <exclude-pattern>src/Standards/Generic/Tests/Commenting/TodoUnitTest\.php</exclude-pattern>
165
+ </rule>
166
</ruleset>
0 commit comments