#50258 closed task (blessed) (fixed)
Update WordPress Coding Standards ruleset
Reported by: | desrosj | Owned by: | desrosj |
---|---|---|---|
Milestone: | 5.5 | Priority: | low |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch has-dev-note |
Focuses: | coding-standards | Cc: |
Description
The WordPress Coding Standards ruleset has been updated to version 2.3.0.
Let's update this and related dependencies.
Attachments (2)
Change History (7)
#1
@
4 years ago
- Focuses coding-standards added
- Keywords needs-testing added
- Owner set to desrosj
- Status changed from new to assigned
#3
@
4 years ago
- Keywords needs-testing removed
A new check was added to the ruleset for short ternary operator syntax, which is not allowed per the coding standards.
50258.diff fixes the three occurrences of that in Core.
#5
@
4 years ago
- Keywords has-dev-note added
Referenced in the following dev note: https://make.wordpress.org/core/2020/07/14/php-related-improvements-changes-wordpress-5-5-edition/.
Note: See
TracTickets for help on using
tickets.
In my testing, I did not see any unexpected problems. Another set of eyes would be appreciated.