woke v0.4.0 Release Notes

Release Date: 2020-10-29 // over 3 years ago
  • NOTE

    ๐Ÿš€ This release does not have a breaking change, but rules will be in violation now, by default, without a word boundary. In previous releases, rules were only in violation if they were surrounded by a word boundary (ie regex: \b(violation)\b). The default behavior is now regex: (violation).

    ๐Ÿš€ This release may trigger more violations than previous releases. See https://github.com/get-woke/woke#options for disabling this behavior on a per-rule basis.

    ๐Ÿ”„ Changelog

    883bcdf Add rule option for enabling/disabling word boundary (#34)

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull getwoke/woke:latest
    • ๐Ÿณ docker pull getwoke/woke:0.4
    • ๐Ÿณ docker pull getwoke/woke:0.4.0