class RuboCop::Cop::Cop

def on_investigation_end

Called after all on_... have been called
def on_investigation_end
  investigate_post_walk(processed_source) if respond_to?(:investigate_post_walk)
  super
end