Checking the types of @return
, type hints and inferred in return
#1123
Labels
epic
Tracking the progress of a complex task
At the moment, NoVerify does not have any checks that would say that the described type is
T
, but the returned type isV
and similar ones.This issue was created to track the implementation of such checks.
The following checks should be added:
@return
and type hint@return
and type hint with the types that will be inferred for eachreturn
inside the functionT
is passed to the function, and not the typeV
return;
for a function with a non-void return typeMost likely #1037 issue should have been closed earlier.
The following issue has already described some of the problems that will be covered by the checks above:
#516
#561
#563
#849
The text was updated successfully, but these errors were encountered: