We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124aef7 commit 7429be0Copy full SHA for 7429be0
test_utils/runtime_utils/storage.go
@@ -31,7 +31,7 @@ func CheckAtreeStorageHealth(tb testing.TB, storage atree.SlabStorage, expectedR
31
32
nonTempRootSlabIDs := make([]atree.SlabID, 0, len(rootSlabIDs))
33
34
- for rootSlabID := range rootSlabIDs {
+ for rootSlabID := range rootSlabIDs { //nolint:maprange
35
if rootSlabID.HasTempAddress() {
36
continue
37
}
0 commit comments