Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
toshiSat committed Jan 17, 2024
1 parent ff39410 commit 1af408c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ if [ ! -f ~/.arkeo/config/genesis.json ]; then

# fetch node id
SEED_ID=$(curl -sL "$RPC/status" | jq -r .result.node_info.id)
SEEDS="$SEED_ID@$SEED"

sed -i 's/enable = false/enable = true/g' ~/.arkeo/config/app.toml
sed -i 's/127.0.0.1:26657/0.0.0.0:26657/g' ~/.arkeo/config/config.toml
Expand Down
1 change: 0 additions & 1 deletion test/regression/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ var httpClient = &http.Client{
// Module Addresses
////////////////////////////////////////////////////////////////////////////////////////

// trunk-ignore-all(golangci-lint/gosec)
// trunk-ignore-all(gitleaks/generic-api-key)

const (
Expand Down

0 comments on commit 1af408c

Please sign in to comment.