Skip to content

Commit 8770e8d

Browse files
committed
build: drop the stale Types skip from contracts-storage-check
1 parent ac017a3 commit 8770e8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ contracts-lint:
4040

4141
# Checks that the storage layout of contracts in `src` is empty.
4242
# `skip` is a space-separated list of contract names to ignore (contract-free files).
43-
contracts-storage-check *skip='Types':
43+
contracts-storage-check *skip='':
4444
#!/usr/bin/env bash
4545
set -euo pipefail
4646
cd contracts

0 commit comments

Comments
 (0)