Could we tweak `IfThenToSafeAccess` inspection to ...
# codingconventions
e
Could we tweak
IfThenToSafeAccess
inspection to be active only for one null check? So I will not get this suggestion that will lead to code like
view?.fadeIn()?.withStartAction{…}