We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.16
Linux
The @dialyzer module attribute doesn't allow valid dialyzer attributes like :no_extra_return.
@dialyzer
:no_extra_return
The valid_dialyzer_attribute? function should return true for all valid dialyzer attributes.
valid_dialyzer_attribute?
The text was updated successfully, but these errors were encountered:
Add missing dialyzer attributes
f593e9b
Taken from this list: https://www.erlang.org/doc/man/dialyzer.html#type-warn_option Fixes elixir-lang#13036
Add missing dialyzer attributes (#13037)
e88377f
Taken from this list: https://www.erlang.org/doc/man/dialyzer.html#type-warn_option Fixes #13036
Successfully merging a pull request may close this issue.
Elixir and Erlang/OTP versions
1.16
Operating system
Linux
Current behavior
The
@dialyzer
module attribute doesn't allow valid dialyzer attributes like:no_extra_return
.Expected behavior
The
valid_dialyzer_attribute?
function should return true for all valid dialyzer attributes.The text was updated successfully, but these errors were encountered: