Skip to content

Commit a1e190c

Browse files
committed
Turn off the flag for reporting transitive dead things.
1 parent cb3f318 commit a1e190c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/reanalyze/src/DeadCommon.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module Config = struct
1313
let analyzeTypes = ref true
1414
let analyzeExternals = ref false
1515
let reportUnderscore = false
16-
let reportTransitive = true
16+
let reportTransitive = false
1717
let reportTypesDeadOnlyInInterface = false
1818
let recursiveDebug = false
1919
let warnOnCircularDependencies = false

0 commit comments

Comments
 (0)