Skip to content

Tags: perch-homes/woke

Tags

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `arm64` to build architectures (get-woke#146)

Fixes get-woke#139

v0.14.0

Toggle v0.14.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix goreleaser

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add SonarQube output support (get-woke#123)

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply wokeignore rules on their own line to the following line (get-w…

…oke#119)

Co-authored-by: Kevin Leung <leung.kevin23@gmail.com>

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support .ignore and clean up tests/documentation (get-woke#114)

* Added .ignore and tests for default ignore files

* Updated documentation for .ignore and others

* Fixed lint error

* Changed test to use assert and Cleanup

* Clean up whitespace

* Changed to assert.NoError

v0.10.3

Toggle v0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use null terminator for masking inline ignore (get-woke#111)

* Add test for wokeignore inline in the beginning of the line

* Use a single byte (null terminator) character for masking inline ignore rule

* Rename function to be more clear

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bug: Add back case insensitivity to rule regex (get-woke#110)

* Add case sensitive test

* Add back case insensitive to regex

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `.git/info/exclude` to default ignore files (get-woke#106)

* Add `.git/info/exclude` to default ignore files

* Update README

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `word_boundary_start` and `word_boundary_end` Rule options (get-w…

…oke#100)

* Remove unused MatchString method

* Add `word_boundary_start` and `word_boundary_end` options for rules

* Update example rule in README

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use `github.com/caitlinelfring/go-env-default` package (get-woke#87)