woke v0.4.0 Release Notes
Release Date: 2020-10-29 // over 2 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
- ๐ณ