# File lib/rubocop/git/commit_file.rb, line 27
  def removed?
    @file.status == 'removed'
  end