difftreelog
fix code review requests
in: master
5 files changed
.envrcdiffbeforeafterboth19 fi19 fi20}20}2122if ! diff .githooks/pre-commit .git/hooks/pre-commit >/dev/null; then23echo -e "${RED}Hooks are updated, run make git-hooks${RESET}"24fi212522watch_file .baedeker/.bdk-env/discover.env26watch_file .baedeker/.bdk-env/discover.env23if test -f .baedeker/.bdk-env/discover.env; then27if test -f .baedeker/.bdk-env/discover.env; then.githooks/pre-commitdiffbeforeafterboth1#!/bin/bash1#!/usr/bin/env bash2#2#3# Pre-push hook verifying that inappropriate code will not be pushed.3# Pre-push hook verifying that inappropriate code will not be pushed.44Makefilediffbeforeafterboth168clippy:168clippy:169 cargo clippy --features=quartz-runtime,unique-runtime,try-runtime,runtime-benchmarks --tests169 cargo clippy --features=quartz-runtime,unique-runtime,try-runtime,runtime-benchmarks --tests170171.PHONY: git-hooks172git-hooks:173 cp .githooks/pre-commit .git/hooks/pre-commit174175.PHONY: init176init:177 make git-hooks178 cd tests179 yarn install170180README.mddiffbeforeafterboth159cd tests && yarn eslint --ext .ts,.js src/159cd tests && yarn eslint --ext .ts,.js src/160```160```161161162### Enable checking of code style on commits163```bash164make git-hooks165```166162167163## Karura token transfer168## Karura token transfer164169init.shdiffbeforeafterbothno changes