class Rubycritic::RevisionComparator

def revision_file

def revision_file
  @revision_file ||= File.join(
    ::Rubycritic.configuration.root,
    SNAPSHOTS_DIR_NAME,
    @source_control_system.head_reference
  )
end