Created
September 26, 2020 10:03
Revisions
-
turtlepod created this gist
Sep 26, 2020 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ { "name": "test-plugin-wpcs", "description": "Plugin with WPCS", "authors": [ { "name": "Author", "email": "david@shellcreeper.com" } ], "require": { }, "require-dev": { "wp-coding-standards/wpcs": "^2.3", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0" }, "scripts": { "lint": "phpcs --standard=WordPress --basepath=. --warning-severity=8 --ignore=*/vendor/*,*/node_modules/* .", "lint-fix": "phpcbf --standard=WordPress --ignore=*/vendor/*,*/node_modules/* ." } }