`circular-dependencies` rule reports self-reefrence as ``` strict digraph { "" "" -> "" [label=""] } ``` This should be fixed to include the filename that references itself.