[wp-trac] [WordPress Trac] #29127: Bundled Themes: fix escaping and minor code style issues
WordPress Trac
noreply at wordpress.org
Wed Aug 6 15:27:45 UTC 2014
#29127: Bundled Themes: fix escaping and minor code style issues
-------------------------------------+------------------
Reporter: lancewillett | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.0
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: has-patch needs-testing | Focuses:
-------------------------------------+------------------
Comment (by lancewillett):
Replying to [comment:2 philiparthurmoore]:
> If you end up using every Coding Standards rule and excluding nothing,
can you note that?
Yes, I added this to <code>WordPress/ruleset.xml</code> (might not be the
best way to do it, but worked for me):
{{{
<rule ref="WordPress.WhiteSpace.ScopeIndent">
// Lance TODO ignore wp-content/themes/ entirely for scope
indent checks.
<exclude-pattern>*/wp-content/themes/*</exclude-pattern>
</rule>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29127#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list