mirror of
https://github.com/numtide/treefmt.git
synced 2024-11-26 16:13:40 +03:00
fc88f9836a
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>
7 lines
123 B
Go
7 lines
123 B
Go
package build
|
|
|
|
var (
|
|
Name = "treefmt" //nolint:gochecknoglobals
|
|
Version = "v0.0.1+dev" //nolint:gochecknoglobals
|
|
)
|