This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding php linting * Fix PHPCS warnings Co-authored-by: Evan Herman <[email protected]>
- Loading branch information
1 parent
bd863e2
commit 3c9cc50
Showing
5 changed files
with
496 additions
and
43 deletions.
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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ svn-username | |
.sass-cache/ | ||
build/ | ||
node_modules/ | ||
vendor/ |
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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "godaddy-wordpress/primer-child-activation", | ||
"license": "GPL-2.0-only", | ||
"require": { | ||
"php": ">=5.6" | ||
}, | ||
"config": { | ||
"platform": { | ||
"php": "5.6" | ||
} | ||
}, | ||
"scripts": { | ||
"lint": "@php ./vendor/bin/phpcs" | ||
}, | ||
"require-dev": { | ||
"squizlabs/php_codesniffer": "^3.5", | ||
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", | ||
"phpcompatibility/phpcompatibility-wp": "^2.1", | ||
"wp-coding-standards/wpcs": "^2.1" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.