theseoframework/wpcs-tsf
Composer 安装命令:
composer require theseoframework/wpcs-tsf
包简介
Modified (for TSF) PHP_CodeSniffer rules (sniffs) to enforce WordPress and TSF coding conventions.
README 文档
README
This package helps you validate your PHP files against WordPress coding standards, as used for The SEO Framework product family.
This package primarily relies on WordPress/WordPress-Coding-Standards, with added sniffs used in development for TSF.
Installation
- Open Terminal.
cdto folder you want to installtheseoframework/wcps-tsf.- Enter:
composer create-project theseoframework/wpcs-tsf
Updating
- Open Terminal.
cdto root folder where this project'scomposer.jsonresides.- Enter:
composer update.
Usage (VScode)
- Download/install PHP on your drive.
- Install the phpcs VScode extension by Ioannis Kappas (more instructions in link).
Required VScode config (example for Windows)
Unlisted settings are optional.
{
"php.validate.executablePath": "C:\\your-php-installation-folder\\php.exe",
"phpcs.executablePath": "C:\\the-folder-you-ran-composer-for-this-project\\wpcs-tsf\\vendor\\bin\\phpcs.bat",
"phpcs.standard": "TSF",
"phpcs.errorSeverity": 1,
"phpcs.warningSeverity": 1,
}
Issues
On Windows, PHP might not be recognized as an internal or external command.
For this, you need to set PHP to your PATH environmental variable at:
- (enter this in the address bar at WLK+E)
Control Panel\System and Security\SystemAdvanced system settings.
But, it's probably easier to install XAMPP, which should take care of this for you.
Be sure to restart VScode when you're done setting the PATH variable.
统计信息
- 总下载量: 56
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-23