Skip to content

Commit

Permalink
BTHAB-185: Ignore mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
erawat committed Sep 20, 2023
1 parent 9d14012 commit ae2a549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpcs-ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<exclude name="Drupal.Classes.UseGlobalClass.RedundantUseStatement"/>
<!-- These files are mainly auto generated and has some rules we want to exclude -->
<exclude-pattern>tests/phpunit/bootstrap.php</exclude-pattern>
<exclude-pattern>mixin/*</exclude-pattern>
<!-- This file is from an external extension and we dont want to modify it -->
<exclude-pattern>CRM/Civicase/Form/Report/ExtendedReport.php</exclude-pattern>
<exclude-pattern>civicase.civix.php</exclude-pattern>
Expand All @@ -23,6 +24,7 @@
<exclude-pattern>CRM/Civicase/Form/Report/Case/CaseWithActivityPivot.php</exclude-pattern>
<exclude-pattern>tests/phpunit/api/v3/Case/BaseTestCase.php</exclude-pattern>
<exclude-pattern>tests/phpunit/BaseHeadlessTest.phpp</exclude-pattern>

<!-- Civicrm APi tests classes do have names beginning with lower case -->
<!-- Hence the following rule is excluded -->
<exclude name="Drupal.NamingConventions.ValidClassName.StartWithCaptial"/>
Expand Down

0 comments on commit ae2a549

Please sign in to comment.