Skip to content

Tags: errata-ai/vale

Tags

v3.9.2

Toggle v3.9.2's commit message
fix: handle regex-based replacements

v3.9.1

Toggle v3.9.1's commit message
fix: support overriding `MinAlertLevel`

v3.9.0

Toggle v3.9.0's commit message
test: update comment cases

v3.8.0

Toggle v3.8.0's commit message
Update action version

v3.7.1

Toggle v3.7.1's commit message
feat: add queries for Julia

v3.7.0

Toggle v3.7.0's commit message
refactor: display action results in `message`

v3.6.1

Toggle v3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
golangci lint (#822)

* chore: add dupword to golangci-lint

It checks for duplicate words in the source code.

Added in golangci-lint v1.50.0

Also, fix the reported issues

* chore: add usestdlibvars to golangci-lint

A linter that detect the possibility to use variables/constants from the Go standard library.

Added in golangci-lint v1.48.0

Also, fix the reported issue

* chore: add mirror to golangci-lint

A linter that reports wrong mirror patterns of bytes/strings usage.

Added in golangci-lint v1.53.0

Also, fix the reported issue

* chore: add thelper to golangci-lint

This linter checks tests helpers which is not start with t.Helper() method.

Added in golangci-lint v1.34.0

Also, fix the reported issues

v3.6.0

Toggle v3.6.0's commit message
chore: add mingw dep

v3.5.0

Toggle v3.5.0's commit message
chore: fix CC/CXX entries

v3.4.2

Toggle v3.4.2's commit message
test: fix invalid pkg case