|
Add guideline that hooks should not begin with the word hook_ |
Active |
Normal |
Task |
|
Coding Standards |
|
4 months 1 week |
|
Add conditions to deciding if a blog post is needed |
Fixed |
Normal |
Task |
|
Documentation |
|
11 months 5 days |
|
Add borisson_ as a member of the Coding Standards Committee |
Needs review |
Normal |
Plan |
|
Miscellaneous |
|
2 weeks 6 days |
|
Coding Standards Meeting Tuesday 2026-04-26 2100 UTC |
Active |
Normal |
Task |
|
Meeting |
|
1 week 20 hours |
|
Comment style for Enum |
Active |
Normal |
Task |
|
Coding Standards |
|
1 year 4 months |
|
Increase line length limit to 120 |
Needs work |
Normal |
Task |
|
Coding Standards |
|
5 years 6 months |
|
Relax the rule that arrays may not span more than 80 characters |
Active |
Normal |
Feature request |
|
Coding Standards |
|
7 years 1 month |
|
Coding Standards Meeting Wednesday 2026-03-04 0700 UTC |
Reviewed & tested by the community |
Normal |
Task |
|
Meeting |
|
1 month 4 days |
|
Stop using {@inheritdoc} in DocBlocks, use [#\Override] instead |
Active |
Normal |
Feature request |
|
Coding Standards |
|
3 years 2 months |
|
Omit quotes for PHPDoc shape keys |
Needs review |
Normal |
Task |
|
Coding Standards |
|
2 weeks 5 days |
|
Stop using FQCN in PHPDoc annotations |
Reviewed & tested by the community |
Normal |
Feature request |
|
Coding Standards |
|
2 years 11 months |
|
Classes and interfaces without a backslash \ inside their fully-qualified name must be fully qualified |
Reviewed & tested by the community |
Normal |
Feature request |
|
Coding Standards |
|
1 year 2 months |
|
Coding Standards Meeting Tuesday 2026-03-31 2100 UTC |
Active |
Normal |
Task |
|
Meeting |
|
2 weeks 5 days |
|
Remove the requirement for doxygen for test methods |
Needs review |
Normal |
Task |
|
Coding Standards |
|
12 years 6 months |
|
Forbid using more than one space around operators |
Needs review |
Normal |
Task |
|
Coding Standards |
|
9 years 6 months |
|
Require a space in `match (..)` |
Needs review |
Normal |
Task |
|
Coding Standards |
|
2 years 4 months |
|
Forbid empty line before "}", except at end of class. |
Needs work |
Normal |
Task |
|
Coding Standards |
|
3 months 3 weeks |
|
Allow no description for "@return self" |
Needs work |
Normal |
Task |
|
Coding Standards |
|
3 years 3 months |
|
Prettier is not mentioned in EsLint section although it is been used since Drupal 10.1 |
Needs review |
Normal |
Bug report |
|
Coding Standards |
|
2 months 2 weeks |
|
Spaces around "|" for union type in catch? |
Active |
Normal |
Task |
|
Coding Standards |
|
2 years 4 months |
|
Discuss t() in tests |
Active |
Normal |
Task |
|
Coding Standards |
|
1 year 1 month |
|
Use C::class instead of 'C' for strings holding class names, to facilitate "find usages" in IDEs. |
Needs review |
Normal |
Task |
|
Coding Standards |
|
9 years 6 months |
|
Relax the "Conditions should not be wrapped into multiple lines" rule for more code readability |
Needs work |
Normal |
Feature request |
|
Coding Standards |
|
2 years 6 months |
|
Update CSS coding standards to include PostCSS and Drupal 10 |
Needs work |
Normal |
Task |
|
Coding Standards |
|
3 years 4 months |
|
Allow multi-line function calls |
Active |
Normal |
Task |
|
Drupal Core Standards |
|
3 years 8 months |
|
Updates for using GitLab pages |
Postponed |
Major |
Task |
|
Coding Standards |
|
9 months 3 weeks |
|
Define a standard for arrow functions |
Active |
Normal |
Task |
|
Coding Standards |
|
2 years 10 months |
|
No documentation about @group @coversDefaultClass @covers |
Active |
Major |
Task |
|
Coding Standards |
|
11 years 7 months |
|
jQuery coding standards |
Postponed (maintainer needs more info) |
Normal |
Task |
|
Documentation |
|
16 years 5 months |
|
Define a standard for documenting data providers in PHPUnit-based tests |
Active |
Normal |
Task |
|
Coding Standards |
|
8 years 5 months |
|
Define a standard for naming data providers in PHPUnit-based tests |
Active |
Normal |
Task |
|
Coding Standards |
|
1 year 9 months |
|
Allow stdClass instead of object in tags that include a data type |
Needs work |
Critical |
Task |
|
Coding Standards |
|
3 years 5 months |
|
Add naming for TWIG variables |
Active |
Normal |
Task |
|
Coding Standards |
|
7 months 3 weeks |
|
Remove prohibition on mixing snake_case and camelCase at least for constructors |
Active |
Normal |
Task |
|
Coding Standards |
|
10 years 1 month |
|
[policy, no patch] When should service arguments be wrapped? |
Active |
Normal |
Task |
|
Coding Standards |
|
4 years 11 months |
|
Provide examples for phpdoc allowed types |
Active |
Normal |
Feature request |
|
Coding Standards |
|
10 months 3 weeks |
|
add a standard for referring to HTML tags in code documentation |
Active |
Normal |
Feature request |
|
Coding Standards |
|
9 years 11 months |
|
Coding standards for "use" statements |
Active |
Major |
Task |
|
Coding Standards |
|
13 years 10 months |
|
Secondary/additional test @group names |
Active |
Normal |
Task |
|
Coding Standards |
|
11 years 9 months |
|
[policy, no patch] Discuss the standards for phpunit based tests |
Needs review |
Normal |
Task |
|
Coding Standards |
|
12 years 8 months |
|
Drupal.Commenting.FunctionComment.ParamCommentIndentation is a stupid rule |
Active |
Normal |
Bug report |
|
Coding Standards |
|
10 months 2 weeks |
|
Convention or recommendation for line breaks in constructor parameter signature with promoted properties |
Needs work |
Normal |
Plan |
|
Coding Standards |
|
1 year 9 months |
|
Make documentation for typed things optional |
Active |
Normal |
Task |
|
Coding Standards |
|
10 months 2 weeks |
|
Standardize on indent and comment line length within code samples in a docblock (@code … @endcode) |
Needs review |
Normal |
Task |
|
Documentation |
|
13 years 9 months |
|
Stop using uppercase TRUE, FALSE, NULL literals |
Active |
Normal |
Feature request |
|
Coding Standards |
|
1 year 12 months |
|
Add Accessibility Coding Standards |
Needs work |
Normal |
Task |
|
Coding Standards |
|
3 years 3 months |
|
Be clear about "use strict" in JavaScript files |
Active |
Normal |
Task |
|
Coding Standards |
|
1 year 1 week |
|
Require backslash prefix for global functions |
Needs work |
Normal |
Task |
|
Coding Standards |
|
4 years 2 months |
|
Add @see comments on function name strings, to facilitate "find usages" in IDEs |
Postponed (maintainer needs more info) |
Normal |
Task |
|
Coding Standards |
|
9 years 6 months |
|
Link to the change record in a @deprecated tag in the same paragraph |
Active |
Normal |
Task |
|
Coding Standards |
|
5 years 2 months |