class Travis::Client::LintResult

def warnings?

def warnings?
  warnings.any?
end