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

Releases: justcoded/phpcodesniffer

Fix init script in standalone mode

26 Jan 11:58
Compare
Choose a tag to compare

Init script in standalone mode didn't find package correctly. (For example if you want to setup for your PHP Storm). Now it should be fine

Use composer dependencies instead of code sniffer/standards copies

15 Nov 13:29
Compare
Choose a tag to compare
  • Use Composer dependencies to download latest PHPCS and Wordpress CS
  • Update Wordpress CS to 0.14
  • Update JustcodedPSR2 standard and made comment required

Custom code sniffers for PSR2 and WordPress

29 Mar 16:14
Compare
Choose a tag to compare
  • PSR2 are based on usual PSR2, but use tabs
  • WordPress is based on WPCS 0.11 and use custom rules for OOP theme frameworks/plugins