Right now the `Immutable` rule simply assumes that an immutable collection (`Map`, `Set`, and `List`) are immutable. But, of course there can be mutable types within the collection. Verify the type(s) used in the collection.
Right now the
Immutablerule simply assumes that an immutable collection (Map,Set, andList) are immutable.But, of course there can be mutable types within the collection. Verify the type(s) used in the collection.