From 319920c7641d057fbea65a5d82ee35c00b34f7d7 Mon Sep 17 00:00:00 2001 From: 1riatsila1 Date: Fri, 1 Nov 2024 10:36:09 +0000 Subject: [PATCH] ag --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 95b93136..d862d3dd 100644 --- a/Justfile +++ b/Justfile @@ -63,7 +63,6 @@ lint-client: golangci-lint run lint-provider: - golines . --dry-run #!/usr/bin/env bash cd {{ CONFIG_API_PROVIDER_DIR }} @@ -73,6 +72,7 @@ lint-provider: exit 1 fi + golines . --dry-run if [ -n "$(golines . --dry-run)" ]; then echo "Error: (golines) formatting required" >&2 exit 1