From a2f478a96f030b7ff1d6e963be371d7641e5f7a2 Mon Sep 17 00:00:00 2001 From: azariahporras8686-eng Date: Tue, 9 Jun 2026 22:22:01 -0700 Subject: [PATCH] Delete linting script Remove linting script and related configurations. --- script/lint | 9 --------- 1 file changed, 9 deletions(-) diff --git a/script/lint b/script/lint index b1196716..8b137891 100755 --- a/script/lint +++ b/script/lint @@ -1,10 +1 @@ -#!/usr/bin/env bash -set -o errexit -set -o nounset - -test -z "${DEBUG:-}" || { - set -x -} - -golangci-lint run --config .golangci.yaml