You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove superfluous periods from pub --help subcommand descriptions. (#106925)
* Remove periods from pub --help command descriptions
* Add trailing period consistently
* Remove added period from PackagesInteractiveGetCommand description
* Verify line ending for first line of command description
* Update _allowedTrailingPatterns to validate that lines end with only one period, bang, or colon
expect(firstDescriptionLine, matches(_allowedTrailingPatterns), reason:"command ${runner.name}'s description does not end with the expected single period that a full sentence should end with");
91
+
88
92
if (runner.hidden ==false&& runner.parent ==null) {
89
93
expect(
90
94
runner.category,
@@ -107,7 +111,7 @@ final RegExp _bannedArgumentNamePattern = RegExp(r'-uri$');
0 commit comments