pressbooks aldine theme the theme used for the front page or default book
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?xml version="1.0"?>
|
|
|
|
<ruleset>
|
|
|
|
<!-- Use Pressbooks Coding Standards -->
|
|
|
|
<rule ref="vendor/pressbooks/coding-standards">
|
|
|
|
<!-- TODO: Enable this again before merging -->
|
|
|
|
<exclude name="Pressbooks.Security.EscapeOutput.OutputNotEscaped"/>
|
|
|
|
<exclude name="Pressbooks.Security.ValidatedSanitizedInput"/>
|
|
|
|
</rule>
|
|
|
|
|
|
|
|
<!-- Disable Side Effects and MissingNamespace rules for bootstrapping files: -->
|
|
|
|
<rule ref="PSR1.Files.SideEffects">
|
|
|
|
<exclude-pattern>/functions.php</exclude-pattern>
|
|
|
|
</rule>
|
|
|
|
<rule ref="HM.Functions.NamespacedFunctions.MissingNamespace">
|
|
|
|
<exclude-pattern>/functions.php</exclude-pattern>
|
|
|
|
</rule>
|
|
|
|
</ruleset>
|