class RuboCop::Cop::Style::SafeNavigationChainLength

def max

def max
  cop_config['Max'] || 2
end