https://github.com/elementor/elementor-sniffs
https://github.com/elementor/elementor-sniffs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elementor/elementor-sniffs
- Owner: elementor
- License: gpl-3.0
- Archived: true
- Created: 2020-11-02T10:03:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T10:27:50.000Z (over 1 year ago)
- Last Synced: 2025-07-12T01:49:07.995Z (10 months ago)
- Size: 15.6 KB
- Stars: 2
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Elementor Sniffs
Collection of PHP_CodeSniffer sniffs for Elementor.
## Installation
```php
composer require elementor/elementor-sniffs
```
## Usage
### Command line
```bash
./vendor/bin/phpcs --standard=Elementor-Core
```
### Config file
PHPCS config file:
```xml
My projects ruleset.
vendor/
```