Skip to content

Commit 71f0e70

Browse files
authored
Use 1 phpcs config
Closes #292
1 parent f16ea9f commit 71f0e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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
}

0 commit comments

Comments
 (0)