Skip to content

Fix elm-review rule NoElementFontSize

Overview

In the initial rule MR, I had made a mistake that led to usages of the fully qualified Element.Font.size to not be caught. This MR fixes that.

How to Test

You can verify the rule with the test in review/tests/NoElementFontSizeTest.elm

cd review
npx elm-test-rs

Screenshots

No visual changes

Merge request reports