Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 02:32
· 122 commits to main since this release

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