reportAny
on partial Any
s
#82
Labels
type checking / linting
issues relating to existing diagnostic rules or proposals for new diagnostic rules
however there's tons of functions that take
Any
in the stdlib, eg.these should not report an error. possible solutions:
Any
errors on function calls where the argument takesAny
, since there'll either be an error on the function definition anyway, or the function is third party/stdlib and therefore not within the user's control (and it usually meansobject
in these cases anyway)Any
s from typeshedThe text was updated successfully, but these errors were encountered: