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, 0 insertions(+), 8 deletions(-)

changed files
M nix/pre-commit-checks.nixnix/pre-commit-checks.nix
@@ -43,14 +43,6 @@
yamllint = { enable = true; }; - golines = { - enable = true; - name = "golines"; - description = "A golang formatter that fixes long lines"; - types_or = [ "go" ]; - entry = "${pkgs.golines}/bin/golines --write-output"; - pass_filenames = true; - }; go-mod-tidy = { enable = true; name = "go-mod-tidy";