low hanging fruit
Open
requested to merge issue/drupal-3513596:3513596-fix-drupal.commenting.inlinecomment.invalidendchar-coding into 11.x
1 unresolved thread
Closes #3513596
Merge request reports
Activity
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
102 102 } 103 103 104 104 // The name must not contain any of the following characters: 105 // : ? * < > " ' / \ 105 // ":", "?", "*", "<", ">", "'", """, "/", or "\". It may be more readable but it still needs a period at the end to be a valid sentence.
If the period is added it becomes
: ? * < > " ' / \.
And with that Jonathan Smith found it confusing on a similar change in JsonTest.php ( see !505 (comment 477852)). That is why I added the quotes around each character.I agree that the new version is much less readable. I think this change should be reverted as it is not easy 'low-hanging fruit'. Maybe it would be better to have a
phpcs:ignore
but we can deal with these harder cases in part 2.changed this line in version 6 of the diff
added 7 commits
-
5b318047...b112cf53 - 5 commits from branch
project:11.x
- 4d949a93 - low hanging fruit
- fd8cd61d - respond to feedback
-
5b318047...b112cf53 - 5 commits from branch
- Resolved by quietone
added 31 commits
-
48b02440...17a05cf2 - 27 commits from branch
project:11.x
- b0c0bf29 - low hanging fruit
- f28338a4 - respond to feedback
- 922869f7 - remove semi-colon
- f6027875 - MachineNameTransliterationTest
Toggle commit list-
48b02440...17a05cf2 - 27 commits from branch
assigned to @quietone
unassigned @quietone
- Resolved by quietone
Please register or sign in to reply