

.PHONY: slither
slither:
	slither . --exclude naming-convention,solc-version,pragma,external-function

.PHONY: solhint
solhint:
	solhint 'contracts/**/*.sol'