diff --git a/script/lint b/script/lint index b119671..8b13789 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