HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RImmers1/besttalent.nl/wwwroot/wp-content/plugins/wpseo-video/codesniffer.xml
<?xml version="1.0"?>
<ruleset name="Video SEO">
	<description>Video SEO rules for PHP_CodeSniffer</description>

	<exclude-pattern>tests/*</exclude-pattern>

	<rule ref="WordPressVIP">
		<exclude name="Generic.Files.LineEndings.InvalidEOLChar" />
		<exclude name="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines" />
		<exclude name="WordPress.VIP.DirectDatabaseQuery" />
		<exclude name="WordPress.VIP.FileSystemWritesDisallow"/>

		<!-- We should probably want to turn the below rules on, but these give issues with the current code base. -->
		<exclude name="WordPress.Strings.DoubleQuoteUsage"/>
		<exclude name="WordPress.XSS.EscapeOutput" /><!-- This sniff also has known & reported bugs -->
		<exclude name="WordPress.VIP.PostsPerPage.posts_per_page"/>

		<!-- Turned off because of known & reported bugs in the Sniffs, should be turned on once the bugs are fixed. -->
		<exclude name="WordPress.Arrays.ArrayDeclaration" />
		<exclude name="WordPress.VIP.ValidatedSanitizedInput"/>
	</rule>
	<rule ref="WordPress.PHP.DiscouragedFunctions"/>
</ruleset>