1.8.1
-
For numbers, we ended up deleting the rule that flags numbers appearing in units of time, since we always want those to be numerals anyway. @wordsmeanstuff filed a pull request for this with additional explanation in #28
-
@erica-splunk removed “specify” from the word list in this commit.
-
@erica-splunk made several changes in #30, adding “Splunk Observability Cloud platform” to the
WordList
rule and moving the original rule flagging definite articles with product terms to a new rule with revised guidance. -
Added
error
andservice
as an exception for thetype
pattern inDeviceAgnosticism
, so that "error type" orservice type
don't trigger a warning. In the future, we could consider using a sequence pattern so that we only flag type when it's a verb. -
Added
and|or
to theVersion
rule so that it triggers only in the context of versions:'(?:and|or) later': higher for software versions
(same forearlier
). -
Clarified the “switch vs toggle” message so that it reads like in the Usage dictionary:
Use as a verb to move a switch component back and forth between on and off states. Don't call a switch component a "toggle."
. -
Added a comma in the
refer to
pattern so that it only triggers where we would typically say it instead of the simplersee
. -
Fixed a bug detected by @auburnwil — thanks!
Big thanks to @bhillmer for reporting all the above issues!