Skip to content

Add elm-review rule "NoElementFontSize"

Overview

Add an elm-review rule to prohibit the use of Element.Font.size

Fixes #878 (closed)

How to Test

Either remove the Rule.filterErrorsForFiles in review/src/ReviewConfig.elm, or use Element.Font.size elsewhere in the codebase. Run npx elm-review and there should be an error

Screenshots

image

Merge request reports