woke v0.4.1 Release Notes

Release Date: 2020-11-11 // over 3 years ago
  • ๐Ÿ”„ Changelog

    fc0fcf6 Fix triggering violations within a wokeignore inline ignore comment (#43)
    ๐Ÿ— 1e4ff6a build(deps): bump github.com/fatih/color from 1.9.0 to 1.10.0 (#35)

    ๐Ÿณ Docker images

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

Previous changes from v0.4.0

  • 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