File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
tests/FSharpLint.Client.Tests Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -223,12 +223,10 @@ let createFor (startInfo: FSharpLintToolStartInfo) : Result<RunningFSharpLintToo
223223
224224 match startProcess processStart with
225225 | Ok daemonProcess ->
226- // fsharplint:disable-next-line RedundantNewKeyword
227226 let handler = new HeaderDelimitedMessageHandler(
228227 daemonProcess.StandardInput.BaseStream,
229228 daemonProcess.StandardOutput.BaseStream)
230229
231- // fsharplint:disable-next-line RedundantNewKeyword
232230 let client = new JsonRpc( handler)
233231
234232 do client.StartListening()
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ let private start (arguments:ParseResults<ToolArgs>) (toolsPath:Ionide.ProjInfo.
9292 ()
9393
9494 if arguments.Contains ToolArgs.Daemon then
95- // fsharplint:disable-next-line RedundantNewKeyword
9695 let daemon = new FSharpLintDaemon( Console.OpenStandardOutput(), Console.OpenStandardInput())
9796 AppDomain.CurrentDomain.ProcessExit.Add( fun _ -> ( daemon :> IDisposable) .Dispose())
9897
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ open Contracts
77open LSPFSharpLintService
88open LSPFSharpLintServiceTypes
99
10- // fsharplint:disable RedundantNewKeyword
11-
1210let (</>) x y = Path.Combine( x, y)
1311
1412let basePath = TestContext.CurrentContext.TestDirectory </> " .." </> " .." </> " .." </> " .." </> " .."
You can’t perform that action at this time.
0 commit comments