mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-11 18:56:18 +09:00
Added WordPress-Extra rulset with some exclusions
Don't add dev assets when exporting via git
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<ruleset name="WPStrava">
|
||||
|
||||
<!-- Include the whole WordPress-Extra standard -->
|
||||
<rule ref="WordPress-Extra">
|
||||
<!-- Exlude these class naming conventions - we're using a PSR autoload standard -->
|
||||
<exclude name="WordPress.Files.FileName.NotHyphenatedLowercase" />
|
||||
<exclude name="WordPress.Files.FileName.InvalidClassFileName" />
|
||||
</rule>
|
||||
</ruleset>
|
||||
Reference in New Issue
Block a user