An open API service indexing awesome lists of open source software.

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

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/*

```