The rule in section ‘Enforcing Grammar with Natural Language‘ reads:
extends: sequence
message: "Use present tense instead of '%[1]s %[2]s."
level: warning
…
It should be:
message: "Use present tense instead of '%[1]s %[2]s.'"
The rule in section ‘Enforcing Grammar with Natural Language‘ reads:
extends: sequence
message: "Use present tense instead of '%[1]s %[2]s."
level: warning
…
It should be:
message: "Use present tense instead of '%[1]s %[2]s.'"