flame-engine / flame

A Flutter based game engine.
https://flame-engine.org
MIT License
9.29k stars 914 forks source link

chore: Enable DCM rule avoid-top-level-members-in-tests #3244

Closed luanpotter closed 3 months ago

luanpotter commented 3 months ago

Description

Enable DCM rule avoid-top-level-members-in-tests.

Since tests shouldn't import other tests, this rule makes sense. In fact there were a couple of mistakes I caught while fixing.

Checklist

Breaking Change?