We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ab8bc commit 471f018Copy full SHA for 471f018
.gitignore
@@ -14,3 +14,4 @@ config.json
14
15
# Composer
16
/vendor/
17
+phpcs-report.txt
phpcs.xml.dist
@@ -11,8 +11,8 @@
11
12
<arg name="extensions" value="php" />
13
<arg name="report" value="full" />
- <arg name="report-file" value="../dokan-phpcs-report.txt" />
+ <arg name="report-file" value="phpcs-report.txt" />
<file>.</file>
- <rule ref="WordPress.Security" />
+ <rule ref="WordPress.Security.ValidatedSanitizedInput" />
18
</ruleset>
0 commit comments