Skip to content

Commit 6f84089

Browse files
committed
Update phpcodesniffer plugin config
- Adds file extensions to be checked. - Removes the WordPress-Core ruleset which is included in WordPress-Extra.
1 parent 78e3ef3 commit 6f84089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.codeclimate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ plugins:
1313
phpcodesniffer:
1414
enabled: true
1515
config:
16-
standard: "WordPress-Core,WordPress-Docs,WordPress-Extra"
16+
file_extensions: "php"
17+
standard: "WordPress-Docs,WordPress-Extra"
1718
phpmd:
1819
enabled: true
1920
checks:

0 commit comments

Comments
 (0)