-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
229 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
node_modules | ||
.phpstorm* | ||
.vscode | ||
bun.lockb | ||
|
||
# Tests - local config files | ||
codeception.yml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "tribe-common", | ||
"version": "5.1.16", | ||
"version": "5.1.17", | ||
"repository": "[email protected]:the-events-calendar/tribe-common.git", | ||
"_resourcepath": "src/resources", | ||
"_domainPath": "lang", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
<?xml version="1.0"?> | ||
<ruleset name="Tribe Common Coding Standards"> | ||
<rule ref="TribalScents"></rule> | ||
<rule ref="WordPress-VIP-Go"></rule> | ||
<ruleset name="The Events Calendar Coding Standards"> | ||
<rule ref="TEC"/> | ||
<rule ref="WordPress-VIP-Go"/> | ||
<rule ref="WordPress-Extra""/> | ||
<rule ref="WordPress-Core""/> | ||
<rule ref="WordPress-Docs"> | ||
<exclude-pattern>*/tests/*</exclude-pattern> | ||
</rule> | ||
<rule ref="WordPress"> | ||
<exclude name="WordPress.Files.FileName"/> | ||
</rule> | ||
<rule ref="WordPress-Extra"></rule> | ||
<rule ref="WordPress-Docs"></rule> | ||
<rule ref="WordPress-Core"></rule> | ||
|
||
<rule ref="Generic"> | ||
<exclude name="Generic.Arrays.DisallowShortArraySyntax"/> | ||
<exclude name="WordPress.DB.DirectDatabaseQuery"/> | ||
<exclude name="WordPress.PHP.YodaConditions.NotYoda"/> | ||
</rule> | ||
|
||
<exclude-pattern>*/tests/_support/_generated/*</exclude-pattern> | ||
<exclude-pattern>*/vendor/*</exclude-pattern> | ||
</ruleset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.