class RuboCop::Cop::Lint::EmptyFile

def on_new_investigation

def on_new_investigation
  add_global_offense(MSG) if offending?
end