Add two more WPCS properties/directives which are highly recommended to be set for best sniff results.
Recommend using WordPress-Extra rather than WordPress-Core for plugins as it contains a broader set of sniffs.
Use the PHPCS 3.3.0+ array format for array properties.
Use the PHPCompatibilityWP standard to check for PHP cross-version compatibility instead of PHPCompatibility. The PHPCompatibilityWP standard takes back-fills/polyfills included in WP into account to prevent false positives.
WordPress-Extra
rather thanWordPress-Core
for plugins as it contains a broader set of sniffs.