Skip to content

Instantly share code, notes, and snippets.

@soderlind
Last active February 13, 2017 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soderlind/401483e0b853ded9b072f843c41729f3 to your computer and use it in GitHub Desktop.
Save soderlind/401483e0b853ded9b072f843c41729f3 to your computer and use it in GitHub Desktop.
Allow PSR-4 autoloading
<?xml version="1.0"?>
<ruleset name="Plugin Customizer">
<description>The code standard for Plugin Customizer in WordPress.</description>
<!-- ##### WordPress sniffs #####-->
<rule ref="WordPress-Core">
<exclude name="Generic.Files.LowercasedFilename" />
<exclude name="WordPress.Files.FileName" />
<exclude name="WordPress.Files.FileName.UnderscoresNotAllowed" />
</rule>
</ruleset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment