You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In newer versions of dart the linter warns about unused_element_parameter.
I use swagger parser which use retrofit to generate the client code.
Without adding the flag to the ignore every unused element parameter ends in a warning.
So if there is no side effect, I would propose to add the flag to the ignore_for_file
I hope I'm correct, that this is a retrofit issue and not a swagger parser issue
To Reproduce
update to newest dart/flutter version and generate code (can confirm it with swagger parser only right now)
The text was updated successfully, but these errors were encountered:
Describe the bug
In newer versions of dart the linter warns about unused_element_parameter.
I use swagger parser which use retrofit to generate the client code.
Without adding the flag to the ignore every unused element parameter ends in a warning.
So if there is no side effect, I would propose to add the flag to the ignore_for_file
I hope I'm correct, that this is a retrofit issue and not a swagger parser issue
To Reproduce
update to newest dart/flutter version and generate code (can confirm it with swagger parser only right now)
The text was updated successfully, but these errors were encountered: