承接 newsuk/nuk-wp-phpcs-config 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

newsuk/nuk-wp-phpcs-config

最新稳定版本:v0.5.0

Composer 安装命令:

composer require newsuk/nuk-wp-phpcs-config

包简介

PHPCS configuration for WordPress VIP plugins and themes

README 文档

README

This library contains WordPress VIP PHPCS configuration for NewsUK plugins and themes.

Architecture

Project Structure

- .circleci          # CircleCI pipeline configuration files
- .github            # GitHub configuration files
- NewsPress          # NewsPress phpcs rulesets
- NewsUK             # NewsUK phpcs rulesets

Technical Documentation

Contribution

More details on how to contribute to this package can be found in the CONTRIBUTING.md file.

Minimal requirements

  • PHP 8.2
  • WordPress 6.2

Development setup

To build the package

PHP setup

  • composer install

Installation

Composer install:

composer require --dev newsuk/nuk-wp-phpcs-config

Usage

Using the ruleset

Create a phpcs.xml.dist file in your project and add the following to use NewsUK ruleset:

<?xml version="1.0"?>
<ruleset name="NewsUK WP PHPCS Rules">
	<rule ref="NewsUK"/>
</ruleset>

💡 It is recommended to use the NewsUK or NewsPress ruleset as it is without customising or overriding rules unless necessary.

Usage with Composer

Add the following to scripts section in composer.json file to run linting.

"lint": "phpcs .",
"lint:fix": "phpcbf .",

Tagging and releasing

The content schema uses Semantic Versioning semver for versioning. The package is released using GitHub Releases. The release process is automated in Circle CI build step. To create a new release, follow these steps:

  • Update the relevant files with the new version. Commit the updated files.
  • Push the changes to the main branch, by merging the associated pull request
  • Create a release targeting the main branch within GitHub.

统计信息

  • 总下载量: 26.08k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 16
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-01-15