summaryrefslogtreecommitdiffstatshomepage
path: root/phpcs.xml.dist
Commit message (Expand)AuthorAge
* HTML API: Parse DOCTYPE tokens and set HTML parser mode accordingly.Dennis Snell2024-08-23
* Build/Test Tools: Exclude PHP translation files from phpcs linting.John Blackbourn2024-05-06
* Coding Standards: Update the config for `WordPress.PHP.NoSilencedErrors` in P...Sergey Biryukov2024-03-13
* Media: enable AVIF support.Adam Silverstein2024-02-02
* HTML API: Add support for list elements.Dennis Snell2024-01-10
* Coding Standards: Remove a redundant section in the `phpcs.xml.dist` ruleset.Sergey Biryukov2023-10-27
* Script Loader: Harden removal of script tag wrappers.Weston Ruter2023-09-29
* Coding Standards: Remove temporary exclusion from the PHPCS ruleset.Sergey Biryukov2023-09-28
* Coding Standards: Upgrade WPCS to version 3.0.0.Sergey Biryukov2023-09-26
* Build/Test Tools: Remove random_compat from PHPCS and PHPUnit configuration f...Sergey Biryukov2023-09-24
* Coding Standards: Remove the custom property for the `FileName` sniff.Sergey Biryukov2023-09-15
* Coding Standards: Improve organization of the WPCS-based PHPCS ruleset.Sergey Biryukov2023-09-15
* Introduce font-face styles generator and printer.Tonya Mork2023-08-31
* Editor: Only exclude auto-generated block files from coding standards checks.John Blackbourn2023-08-11
* Editor: Update block-serialization-default-parser package for WP 6.3 Beta 1.Peter Wilson2023-06-27
* Script Loader: Add support for HTML 5 "async" and "defer" attributes.Joe McGill2023-06-26
* Editor: Ensure global styles are rendered for third-party blocks.David Baumwald2022-10-27
* Editor: Adds template types, `is_wp_suggestion`, and fallback template content.Tonya Mork2022-09-20
* Docs: Use more inclusive language in PHPCS configuration files.Sergey Biryukov2022-07-30
* Coding Standards: Move `wp-includes/wp-db.php` to `wp-includes/class-wpdb.php`.Sergey Biryukov2022-07-21
* Administration: Replace contracted verb forms for better consistency.Jb Audras2022-03-22
* Build/Test Tools: Fix warnings from `stdClass::__invoke()` callback mocks in ...Tonya Mork2021-11-23
* Build/Test Tools: Cache the results of `PHP_CodeSniffer` across workflow runs.Jonathan Desrosiers2021-11-16
* Coding Standards: Update the config for `WordPress.PHP.FileName` in PHPCS rul...Tonya Mork2021-08-26
* Coding Standards: Update the config for `WordPress.PHP.NoSilencedErrors` in P...Tonya Mork2021-08-26
* Build/Test Tools: Remove the copied-in PHPUnit 9.x MockObject files.Sergey Biryukov2021-08-07
* Build/Test Tools: Remove SpeedTrapListener.Sergey Biryukov2021-08-07
* Build/Test Tools: Use the PHPUnit Polyfill TestCase as `void` workaround.Sergey Biryukov2021-08-07
* Media: Add new functions to return the previous/next attachment links.Jake Spurlock2021-06-08
* Build/Test Tools: Remove remaining Travis CI references.Dominik Schilling2021-04-10
* Tests: Backport two changes from PHPUnit 9.3:Sergey Biryukov2020-09-23
* Sitemaps: Add XML sitemaps functionality to WordPress.Pascal Birchler2020-06-17
* Coding Standards: Exclude the whole PHPMailer directory from WPCS checks, for...Sergey Biryukov2020-06-13
* External Libraries: Upgrade PHPMailer to version 6.1.6.Jonathan Desrosiers2020-06-12
* Build/Test Tools: Exclude plugins and themes within `src`.John Blackbourn2020-05-02
* Coding Standards: Switch `WordPress.PHP.YodaConditions.NotYoda` back to error...SergeyBiryukov2020-04-05
* Coding Standards: Adjust coding standards to always omit parentheses for `inc...Sergey Biryukov2020-02-07
* Docs: Improve inline comments per the documentation standards.Sergey Biryukov2020-01-29
* Build Tools: Integrate DependencyExtractionWebpackPlugin in the JS build.Grzegorz (Greg) Ziółkowski2020-01-03
* Build/Test Tools: Move Composer script command line directives to the PHPCS r...Jonathan Desrosiers2019-09-25
* Coding Standards: Move the remaining PHPCS errors to report as warnings, and ...Gary Pendergast2019-07-19
* Coding Standards: Fix a filename replacement missed in [45663].Gary Pendergast2019-07-19
* Coding Standards: Exclude a handful of incorrectly named files that won't be ...Gary Pendergast2019-07-19
* Coding Standards: Exclude some class names from checks when they can't be ren...Gary Pendergast2019-07-17
* Coding Standards: Fix instances of `WordPress.PHP.NoSilencedErrors.Discouraged`.Gary Pendergast2019-07-09
* Coding Standards: Fix the remaining issues in `/tests`.Gary Pendergast2019-07-08
* Coding Standards: Add missing translator comments.Gary Pendergast2019-07-05
* Coding Standards: Fix all `WordPress.CodeAnalysis.AssignmentInCondition` issues.Gary Pendergast2019-07-05
* Coding Standards: Fix the `Squiz.PHP.DisallowMultipleAssignments` violations ...Gary Pendergast2019-07-02
* Build tools, WPCS: disable line ending check when running `phpcs` but fix the...Andrew Ozz2019-05-28