Skip to content

Tags: errata-ai/vale

Tags

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

v3.4.1

Toggle v3.4.1's commit message
fix: fallback to default config when syncing

#798

v3.4.0

Toggle v3.4.0's commit message
chore: fix Appveyor

v3.3.1

Toggle v3.3.1's commit message
refactor: use `pterm.Fuzzy` instead of `Gray`

#796.

v3.3.0

Toggle v3.3.0's commit message
fix: ensure `StylesPath` is created with `sync`

v3.2.2

Toggle v3.2.2's commit message
fix: use `utf8.RuneCountInString` for offsets

v3.2.1

Toggle v3.2.1's commit message
chore: bump twine to v0.10.0