Skip to content

Files

Latest commit

39bed8f · Aug 6, 2020

History

History
31 lines (21 loc) · 926 Bytes

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 926 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Initial code from 10up/phpcs-composer on 2020-08-05.

Added

  • Rule: base BigWing WordPress rules.
  • Rule: flag TODO comments.
  • Rule: no unused parameters in a function.
  • Rule: force line after opening function comment.
  • Annotated ruleset to show how to extend arrays as of PHP_CodeSniffer 3.4.0.
  • Included roave/security-advisories as a required package.
  • Exclude dist/build directories from sniffs.

Changed

  • Set base WP version to 5.0.
  • Set base PHP version to 7.2.
  • Updated exclusions to include Sass/SCSS and JSX files.

Fixed

Removed