class RubyCritic::RevisionComparator

def revision_file

def revision_file
  @revision_file ||= File.join(
    Config.root,
    SNAPSHOTS_DIR_NAME,
    VERSION,
    Digest::MD5.hexdigest(Marshal.dump(@paths)),
    Config.source_control_system.head_reference
  )
end