2 parents ac017a3 + 8770e8d commit 6cc459eCopy full SHA for 6cc459e
1 file changed
justfile
@@ -40,7 +40,7 @@ contracts-lint:
40
41
# Checks that the storage layout of contracts in `src` is empty.
42
# `skip` is a space-separated list of contract names to ignore (contract-free files).
43
-contracts-storage-check *skip='Types':
+contracts-storage-check *skip='':
44
#!/usr/bin/env bash
45
set -euo pipefail
46
cd contracts
0 commit comments