Skip to content

Commit

Permalink
Removing linter exceptions for removed files from phpcs config
Browse files Browse the repository at this point in the history
  • Loading branch information
aldavigdis committed Mar 21, 2024
1 parent 2d14c75 commit 89eaf8e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@
<exclude-pattern>./tests/**</exclude-pattern>
</rule>

<!--
As we are using the tests/Supress* files for a hack, we can safely define
multiple classes in there
-->
<rule ref="Generic.Files.OneObjectStructurePerFile.MultipleFound">
<exclude-pattern>./tests/_/Supress*</exclude-pattern>
</rule>

<!-- Disable everything from the phpcsextra package -->
<rule ref="Universal">
<exclude name="Universal"></exclude>
Expand Down Expand Up @@ -104,10 +96,4 @@
Exclude the vendor direcotry because of course
-->
<exclude-pattern>./vendor/*</exclude-pattern>

<!--
As we are rebuilding and moving functionality from the ./App directory and
over to ./src, we will simply ignore the code in there for the time being.
-->
<exclude-pattern>./App/*</exclude-pattern>
</ruleset>

0 comments on commit 89eaf8e

Please sign in to comment.