Skip to content

Commit 6cc459e

Browse files
authored
Merge pull request #611 from anoma/heueristik/drop-the-stale-storage-check-skip
build: drop the stale Types skip from contracts-storage-check
2 parents ac017a3 + 8770e8d commit 6cc459e

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)