Releases: get-woke/woke
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
v0.3.0
v0.2.2
v0.2.1
v0.2.0
Changelog
3dc4c1e Add JSON output type (#26)
84d282c Bump github.com/mattn/go-colorable from 0.1.4 to 0.1.8 (#29)
b49fb61 Bump github.com/spf13/cobra from 1.0.0 to 1.1.1 (#30)
d4c9a32 Update pkg.go.dev and gocenter docs on release
Docker images
docker pull getwoke/woke:latest
docker pull getwoke/woke:0.2
docker pull getwoke/woke:0.2.0
v0.1.16
v0.1.15
v0.1.14
Changelog
3d7bfdd Add different result type for filename violations
8fd1901 Adding 'yinz' to list of gender neutral second person plurals
0dc39b6 Create dependabot.yml
93d21f3 Make sure all files are deleted after tests are done.
a307f21 Only ignore files that should be ignored within this repo
a58216b PR test for running go run main.go
9115d1c Remove usages of t.TempDir() to be compatible with golang 1.14.
655a0ae Use strings.Builder instead of fmt.Sprintf
Docker images
docker pull getwoke/woke:latest
docker pull getwoke/woke:0.1
docker pull getwoke/woke:0.1.14