We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eb293c + 2d9e4e5 commit 1a27588Copy full SHA for 1a27588
src/FSharp.Analyzers.SDK/TASTCollecting.fs
@@ -356,12 +356,13 @@ module TASTCollecting =
356
357
and visitObjMember f memb = visitExpr f memb.Body
358
359
- let rec visitDeclaration f d =
360
- let membersToIgnore = set [ "CompareTo"; "GetHashCode"; "Equals" ]
+ let membersToIgnore = set [ "CompareTo"; "GetHashCode"; "Equals" ]
361
362
- let exprTypesToIgnore =
+ let exprTypesToIgnore =
363
set [ "Microsoft.FSharp.Core.int"; "Microsoft.FSharp.Core.bool" ]
364
+ let rec visitDeclaration f d =
365
+
366
match d with
367
| FSharpImplementationFileDeclaration.Entity(_e, subDecls) ->
368
for subDecl in subDecls do
0 commit comments