Skip to content

Commit 471f018

Browse files
ediaminsabbir1991
authored andcommitted
chore: Update phpcs config (getdokan#480)
1 parent f4ab8bc commit 471f018

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ config.json
1414

1515
# Composer
1616
/vendor/
17+
phpcs-report.txt

phpcs.xml.dist

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
<arg name="extensions" value="php" />
1313
<arg name="report" value="full" />
14-
<arg name="report-file" value="../dokan-phpcs-report.txt" />
14+
<arg name="report-file" value="phpcs-report.txt" />
1515
<file>.</file>
1616

17-
<rule ref="WordPress.Security" />
17+
<rule ref="WordPress.Security.ValidatedSanitizedInput" />
1818
</ruleset>

0 commit comments

Comments
 (0)