Skip to content

Commit 8d7f4fa

Browse files
authored
Merge pull request #329 from szepeviktor/patch-4
Tell tests to use a specific WPCS ruleset and remove unneeded one.
2 parents f16ea9f + 038b779 commit 8d7f4fa

File tree

2 files changed

+2
-35
lines changed

2 files changed

+2
-35
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
},
2020
"scripts": {
2121
"post-install-cmd": [
22-
"wp-enforcer"
22+
"wp-enforcer --ruleset=phpcs.ruleset.xml"
2323
],
2424
"post-update-cmd": [
25-
"wp-enforcer"
25+
"wp-enforcer --ruleset=phpcs.ruleset.xml"
2626
]
2727
}
2828
}

phpcs.xml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)