Skip to content

Commit c1bc564

Browse files
committed
Update Dialyzer ignore strings
1 parent 3e99b20 commit c1bc564

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.dialyzer_ignore.exs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Run `mix dialyzer --format short` for strings
22
[
3-
{"lib/nerves_key.ex:20:unknown_type Unknown type: X509.ASN1.record/1."},
4-
{"lib/nerves_key.ex:33:unknown_type Unknown type: :public_key.ec_private_key/0."},
5-
{"lib/nerves_key.ex:33:unknown_type Unknown type: :public_key.rsa_private_key/0."},
6-
{"lib/nerves_key/data.ex:9:unknown_type Unknown type: :public_key.ec_public_key/0."},
7-
{"lib/nerves_key/data.ex:9:unknown_type Unknown type: :public_key.rsa_public_key/0."},
8-
{"lib/nerves_key/data.ex:20:unknown_type Unknown type: X509.ASN1.record/1."}
3+
{"lib/x509/certificate.ex:20:unknown_type Unknown type: X509.ASN1.record/1."},
4+
{"lib/x509/private_key.ex:33:unknown_type Unknown type: :public_key.ec_private_key/0."},
5+
{"lib/x509/private_key.ex:33:unknown_type Unknown type: :public_key.rsa_private_key/0."},
6+
{"lib/x509/public_key.ex:9:unknown_type Unknown type: :public_key.ec_public_key/0."},
7+
{"lib/x509/public_key.ex:9:unknown_type Unknown type: :public_key.rsa_public_key/0."}
98
]

0 commit comments

Comments
 (0)