Reports Room SQL queries that use unnamed query parameters (e.g. WHERE id = ?). This is not supported by the Room query
analyzer which requires named query parameters (e.g. WHERE id = :id) that correspond to arguments of the method annotated with
@Query.