treefmt/build/build.go
Brian McGee fc88f9836a
feat: more stringent golangci-lint rules
Applies more stringent `golangci-lint` rules to the repository, borrowed from https://github.com/nix-community/go-nix.

Also fixes a bug where we were not returning errors when calling `walk.Reader.Read()` in `cmd/format`

Signed-off-by: Brian McGee <brian@bmcgee.ie>
Co-authored-by: Jeremy Fleischman <jeremyfleischman@gmail.com>
Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-10-16 15:50:51 +01:00

7 lines
123 B
Go

package build
var (
Name = "treefmt" //nolint:gochecknoglobals
Version = "v0.0.1+dev" //nolint:gochecknoglobals
)