From a10adf8add6e76d44508624a344413b4c3f3e3db Mon Sep 17 00:00:00 2001 From: Zubin Duggal Date: Tue, 30 Aug 2022 16:57:26 +0530 Subject: [PATCH] Update hlint ignore --- .hlint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hlint.yaml b/.hlint.yaml index bb41a16e64..8caaebd8f6 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -54,6 +54,7 @@ within: - Development.IDE.Core.Shake - Development.IDE.GHC.Util + - Development.IDE.Plugin.CodeAction.Util - Development.IDE.Graph.Internal.Database - Development.IDE.Graph.Internal.Paths - Development.IDE.Graph.Internal.Profile @@ -184,6 +185,7 @@ - Development.IDE.Core.Shake - Development.IDE.Plugin.Completions - Development.IDE.Plugin.CodeAction.ExactPrint + - Development.IDE.Plugin.CodeAction - Development.IDE.Test - Development.IDE.Graph.Internal.Profile - Development.IDE.Graph.Internal.Rules @@ -221,6 +223,7 @@ - Development.IDE.Core.Compile - Development.IDE.Graph.Internal.Database - Development.IDE.GHC.Util + - Development.IDE.Plugin.CodeAction.Util - Wingman.Debug # We really do not want novel usages of restricted functions, and mere