From d4227fa9ea2ddc586b21dd9a9757c3e7abc0f47c Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 22 Apr 2025 19:00:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-22 19:00:06 --- .config/helix/scripts/testjust | 27 --------------------------- .config/helix/scripts/testoutput | 27 --------------------------- 2 files changed, 54 deletions(-) delete mode 100644 .config/helix/scripts/testjust delete mode 100644 .config/helix/scripts/testoutput diff --git a/.config/helix/scripts/testjust b/.config/helix/scripts/testjust deleted file mode 100644 index 6c4be5b7..00000000 --- a/.config/helix/scripts/testjust +++ /dev/null @@ -1,27 +0,0 @@ -test: - #!/bin/sh - if command -v tparse >/dev/null 2>&1; then - set -o pipefail && go test ./... -json | tparse --all --smallscreen - else - go test ./... - fi - -commit: - git add . - git commit - -amend: - git add . - git commit --amend - -fmt: - go fmt ./... - -tools: - go install tool - -lint: - golangci-lint run - -check: fmt lint - diff --git a/.config/helix/scripts/testoutput b/.config/helix/scripts/testoutput deleted file mode 100644 index 6c4be5b7..00000000 --- a/.config/helix/scripts/testoutput +++ /dev/null @@ -1,27 +0,0 @@ -test: - #!/bin/sh - if command -v tparse >/dev/null 2>&1; then - set -o pipefail && go test ./... -json | tparse --all --smallscreen - else - go test ./... - fi - -commit: - git add . - git commit - -amend: - git add . - git commit --amend - -fmt: - go fmt ./... - -tools: - go install tool - -lint: - golangci-lint run - -check: fmt lint -