all repos — searchix @ 2cabf3a22cbfa573559f55ee78c6a02025e8f409

Search engine for NixOS, nix-darwin, home-manager and NUR users

ci: move code formatting responsibility to golangci-lint

Alan Pearce
commit

2cabf3a22cbfa573559f55ee78c6a02025e8f409

parent

40d106a50be7fa87739e82c87c161db8e6a69b12

1 file changed, 2 insertions(+), 6 deletions(-)

changed files
M justfilejustfile
@@ -15,14 +15,10 @@
update-dependencies: update-go-dependencies update-nix-dependencies checkformat: - gofmt -d . - goimports -d . - golines --dry-run . + golangci-lint fmt --diff format: - gofmt -w . - goimports -w . - golines -w . + golangci-lint fmt fix: go fix .