Skip to content

Commit

Permalink
Add lint-fix option
Browse files Browse the repository at this point in the history
  • Loading branch information
toshiSat committed Feb 8, 2024
1 parent eee1765 commit f495bc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ lint:
@go build ${BINARIES}
@./scripts/trunk check --no-fix --upstream origin/master

lint-fix:
@./scripts/lint.sh
@go build ${BINARIES}
@./scripts/trunk check --upstream origin/master

lint-ci:
@./scripts/lint.sh
@go build ${BINARIES}
Expand Down
2 changes: 1 addition & 1 deletion scripts/genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if [ ! -f ~/.arkeo/config/genesis.json ]; then

# add_claim_records "ARKEO" "{YOUR ARKEO ADDRESS}" 500000 500000 500000 true
# add_account "{YOUR ARKEO ADDRESS}" $TOKEN 1000000000000000

# add_claim_records "ETHEREUM" "{YOUR ETH ADDRESS}" 500000 600000 700000 true

# enable CORs on testnet/localnet
Expand Down

0 comments on commit f495bc4

Please sign in to comment.