class Reek::CodeClimate::CodeClimateFingerprint

def identify_warning

def identify_warning
  identifying_aspects << warning.source
  identifying_aspects << warning.smell_type
  identifying_aspects << warning.context
  identifying_aspects << parameters
end