Skip to content

Commit fddb775

Browse files
committed
Add OTP 28 dialyzer options
1 parent c95a6b2 commit fddb775

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@
113113
"missing_return",
114114
"no_missing_return",
115115
"unknown",
116-
"overlapping_contract"
116+
"overlapping_contract",
117+
"opaque_union",
118+
"no_opaque_union"
117119
]
118120
},
119121
"default": []

0 commit comments

Comments
 (0)