Skip to content

1.8.1

Compare
Choose a tag to compare
@theletterf theletterf released this 07 Jun 12:22
· 109 commits to main since this release
  • 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 and service as an exception for the type pattern in DeviceAgnosticism, so that "error type" or service 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 the Version rule so that it triggers only in the context of versions: '(?:and|or) later': higher for software versions (same for earlier).

  • 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 simpler see.

  • Fixed a bug detected by @auburnwil — thanks!

Big thanks to @bhillmer for reporting all the above issues!