woke v0.4.1 Release Notes
Release Date: 2020-11-11 // almost 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
- ๐ณ