This file is indexed.

/usr/share/puppet/modules.available/puppet-community-mcollective/spec/.rubocop.yml is in puppet-module-puppet-community-mcollective 0.6.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
---
inherit_from: ../.rubocop.yml

# rspec expectations look like == in void context
Void:
  Enabled: false

# an expectation of nil would look like foo.should == nil
NilComparison:
  Enabled: false

# Cop doesn't like {} used for multi-line blocks, but it's common for expect { }.to
Blocks:
  Enabled: false