Skip to content

Commit 530efc2

Browse files
committed
update comment
1 parent 223b195 commit 530efc2

File tree

1 file changed

+3
-1
lines changed
  • apps/language_server/lib/language_server/dialyzer

1 file changed

+3
-1
lines changed

apps/language_server/lib/language_server/dialyzer/analyzer.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ defmodule ElixirLS.LanguageServer.Dialyzer.Analyzer do
1111
# default warns taken from
1212
# https://github.com/erlang/otp/blob/928d03e6da416208fce7b9a7dbbfbb4f25d26c37/lib/dialyzer/src/dialyzer_options.erl#L34
1313
# macros defined in https://github.com/erlang/otp/blob/928d03e6da416208fce7b9a7dbbfbb4f25d26c37/lib/dialyzer/src/dialyzer.hrl#L36
14-
# as of OTP 26
14+
# as of OTP 27
15+
16+
# NOTE the allowed options in vscode extension need to be updated basing on https://github.com/erlang/otp/blob/412bff5196fc0ab88a61fe37ca30e5226fc7872d/lib/dialyzer/src/dialyzer_options.erl#L495
1517
@default_warns [
1618
:warn_behaviour,
1719
:warn_bin_construction,

0 commit comments

Comments
 (0)