elementor/elementor-sniffs

Elementor嗅探器

安装: 338

依赖项: 0

建议者: 0

安全: 0

星标: 2

关注者: 8

分支: 5

类型:phpcodesniffer-standard

v0.2.0 2020-12-06 15:03 UTC

This package is not auto-updated.

Last update: 2024-09-23 17:39:25 UTC


README

Elementor的PHP_CodeSniffer嗅探器集合。

安装

composer require elementor/elementor-sniffs

使用

命令行

./vendor/bin/phpcs --standard=Elementor-Core <file>

配置文件

PHPCS配置文件

<?xml version="1.0"?>
<ruleset name="Elementor Coding Standards">
    <description>My projects ruleset.</description>
    
    <config name="text_domain" value="my-plugin-name" />
        
    <exclude-pattern>vendor/</exclude-pattern>

	<!-- Rules -->
    <rule ref="Elementor-Core" />
</ruleset>