Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 566 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 566 Bytes

Wp Tide Test Plugin

Contributors: xwp
License: GPLv2 or later

Description

Plugin for testing wp-tide.

  1. Master branch contains the good code, and should give 100% score in audit.

Useful Commands

Only get the sniff list.

phpcs --standard=WordPress-Core,WordPress-Docs,WordPress-Extra,WordPress-VIP fileName -s | ack -o '(?<=\()\w+(\.\w+)+(?=\)$)' | sort | uniq -c | sort -nr