Skip to content

Commit c6b4a7b

Browse files
committed
Core: remove fixme
The FIXME tag has been removed since the issue referred to in #634 has been resolved. #644 #634
1 parent 1b06ae2 commit c6b4a7b

File tree

1 file changed

+0
-2
lines changed
  • src/FSharpLint.Core/Framework

1 file changed

+0
-2
lines changed

src/FSharpLint.Core/Framework/Ast.fs

-2
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ module Ast =
236236
| SynPat.LongIdent(_, _, _, constructorArguments, _, _) ->
237237
add <| ConstructorArguments constructorArguments
238238

239-
// FIXME: This rule has to be fixed to not count the comments
240-
// fsharplint:disable-next-line MaxLinesInFunction
241239
let inline private expressionChildren node add =
242240
let addMany exprs =
243241
for expr in exprs do

0 commit comments

Comments
 (0)