class FoodCritic::Linter

def other_matches(state)

def other_matches(state)
  matches(state[:rule].send(state[:path_type]), state[:ast], state[:file])
end