From 7cb0e634a1ae0d022792ca115a606dec93bf23e7 Mon Sep 17 00:00:00 2001 From: Phill Sparks Date: Wed, 9 Nov 2022 14:22:20 +0000 Subject: [PATCH] Add missing provide fix functions --- src/NoAlways.elm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NoAlways.elm b/src/NoAlways.elm index 61d0d5a..dbf65f6 100644 --- a/src/NoAlways.elm +++ b/src/NoAlways.elm @@ -67,6 +67,7 @@ rule : Rule rule = Rule.newModuleRuleSchemaUsingContextCreator "NoNothingToNothing" contextCreator |> Rule.withExpressionEnterVisitor expressionVisitor + |> Rule.providesFixesForModuleRule |> Rule.fromModuleRuleSchema