File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
plugins/hls-alternate-number-format-plugin/test Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 241241 - name : " GHC.Arr.!"
242242 within : []
243243
244+ - modules :
245+ - name : Debug.Trace
246+ within :
247+ - Development.IDE.Core.Compile
248+ - Development.IDE.Graph.Internal.Database
249+ - Development.IDE.GHC.Util
250+ - Wingman.Debug
251+
244252# We really do not want novel usages of restricted functions, and mere
245253# Warning is not enough to prevent those consistently; you need a build failure.
246254- error : {name: Avoid restricted function}
255+ - error : {name: Avoid restricted module}
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import Data.Either (rights)
77import Data.List (find )
88import Data.Text (Text )
99import qualified Data.Text as T
10- import Debug.Trace
1110import qualified Ide.Plugin.AlternateNumberFormat as AlternateNumberFormat
1211import qualified Ide.Plugin.Conversion as Conversion
1312import Language.LSP.Types (toEither )
You can’t perform that action at this time.
0 commit comments