diff --git a/src/Review/Rule.elm b/src/Review/Rule.elm index 07f808e6..549be370 100644 --- a/src/Review/Rule.elm +++ b/src/Review/Rule.elm @@ -2048,7 +2048,7 @@ and reports errors when the classes given as argument are unknown. , "Here are the classes that seem unused: " ++ String.join " " (Set.toList unusedClasses) ] } - { start = { row = 1, column = 1 }, end = { row = 2, column = 1 } } + { start = { row = 1, column = 1 }, end = { row = 1, column = 100000 } } ) -}