AutoYADM commit: 2025-04-22 19:00:06
This commit is contained in:
parent
ce64d294cf
commit
d4227fa9ea
2 changed files with 0 additions and 54 deletions
|
@ -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
|
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue