https://github.com/godaddy-wordpress/php-coding-standards
PHP Coding Standards used in phpcs
https://github.com/godaddy-wordpress/php-coding-standards
Last synced: 8 months ago
JSON representation
PHP Coding Standards used in phpcs
- Host: GitHub
- URL: https://github.com/godaddy-wordpress/php-coding-standards
- Owner: godaddy-wordpress
- Created: 2019-06-13T17:45:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-09T08:09:05.000Z (10 months ago)
- Last Synced: 2025-10-09T02:04:34.134Z (9 months ago)
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SkyVerge PHP Coding Standards
This is the PHP Codesniffer ruleset that contains the PHP coding standards for SkyVerge.
## Rulesets
- **SkyVerge_PHP_Base** - Legacy SkyVerge coding style rules (mostly deprecated).
- **SkyVerge_Woo_Functions** - Defines custom WooCommerce and SkyVerge escaping and sanitization functions.
- **WooCommerce_Marketplace_Security** - Security configuration used by WooCommerce Marketplace QIT security scans.
- **SkyVerge_Woo_Security** - Combines WooCommerce security scanning with SkyVerge custom functions. This is the recommended ruleset for SkyVerge PHPCS workflows and configurations.
## Sample config file
```xml
SkyVerge Plugin Codesniffer configuration
.
*/i18n/*
*/lib/*
*/vendor/*
*/node_modules/*
*/build/*
*/tests/*
```