ci: move code formatting responsibility to golangci-lint
1 file changed, 0 insertions(+), 8 deletions(-)
changed files
M nix/pre-commit-checks.nix → nix/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";