2024-08-13

This commit is contained in:
gcch 2024-08-13 15:28:49 +02:00
commit 6b27b6d5e6
30 changed files with 6781 additions and 2 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<ruleset name="Carbon Fields">
<description>Coding standards for Carbon Fields</description>
<exclude-pattern>tests/*</exclude-pattern>
<exclude-pattern>vendor/*</exclude-pattern>
<rule ref="WordPress-Core"/>
</ruleset>