File tree 2 files changed +9
-1
lines changed
plugins/hls-alternate-number-format-plugin/test
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 241
241
- name : " GHC.Arr.!"
242
242
within : []
243
243
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
+
244
252
# We really do not want novel usages of restricted functions, and mere
245
253
# Warning is not enough to prevent those consistently; you need a build failure.
246
254
- 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)
7
7
import Data.List (find )
8
8
import Data.Text (Text )
9
9
import qualified Data.Text as T
10
- import Debug.Trace
11
10
import qualified Ide.Plugin.AlternateNumberFormat as AlternateNumberFormat
12
11
import qualified Ide.Plugin.Conversion as Conversion
13
12
import Language.LSP.Types (toEither )
You can’t perform that action at this time.
0 commit comments