Skip to content

Commit

Permalink
Update go-lint-all.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
auricom authored Dec 31, 2024
1 parent f3efd30 commit 8320ef5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/go-lint-all.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

set -x

REPO_ROOT="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )/.." &> /dev/null && pwd )"
export REPO_ROOT

Expand Down Expand Up @@ -53,4 +55,4 @@ else
echo "linting github.com/cosmos/cosmos-sdk [$(date -Iseconds -u)]"
golangci-lint run ./... -c "${REPO_ROOT}/.golangci.yml" "$@" --build-tags=${LINT_TAGS}
fi
fi
fi

0 comments on commit 8320ef5

Please sign in to comment.