Changeset 57264 for trunk/phpcs.xml.dist
- Timestamp:
- 01/10/2024 02:03:57 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/phpcs.xml.dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpcs.xml.dist
r57017 r57264 251 251 </rule> 252 252 253 <!-- Exclude forbidding goto in the HTML Processor, which mimics algorithms that are written 254 this way in the HTML specification, and these particular algorithms are complex and 255 highly imperative. Avoiding the goto introduces a number of risks that could make it 256 more difficult to maintain the relationship to the standard, lead to subtle differences 257 in the parsing, and distance the code from its standard. --> 258 <rule ref="Generic.PHP.DiscourageGoto.Found"> 259 <exclude-pattern>/wp-includes/html-api/class-wp-html-processor\.php</exclude-pattern> 260 </rule> 261 253 262 <!-- Exclude sample config from modernization to prevent breaking CI workflows based on WP-CLI scaffold. 254 263 See: https://core.trac.wordpress.org/ticket/48082#comment:16 -->
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)