Changeset 60939 for trunk/phpcs.xml.dist
- Timestamp:
- 10/15/2025 09:51:35 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/phpcs.xml.dist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpcs.xml.dist
r60768 r60939 230 230 SELECTIVE EXCLUSIONS 231 231 Exclude specific files for specific sniffs and/or exclude sub-groups in sniffs. 232 232 233 233 These exclusions are listed ordered by alphabetic sniff name. 234 234 ############################################################################# … … 267 267 <!-- Goto is an effective way to handle errors in decoders which expect valid bytes 268 268 without impacting the fast path while avoiding bloating the code with redundant 269 and risky handling code. Exclude forbidding goto in UTF-8 fallbackcode. -->269 and risky handling code. Exclude forbidding goto in parser code. --> 270 270 <exclude-pattern>/wp-includes/compat-utf8\.php</exclude-pattern> 271 <exclude-pattern>/wp-includes/class-wp-block-processor\.php</exclude-pattern> 271 272 </rule> 272 273
Note: See TracChangeset
for help on using the changeset viewer.