voxpupuli / puppet-filemapper

Map files to puppet resources and back
https://forge.puppet.com/puppet/filemapper
Apache License 2.0
14 stars 24 forks source link

reenable and fix certain cops #25

Open bastelfreak opened 8 years ago

bastelfreak commented 8 years ago

We disable a few cops in spec/unit/puppetx/filemapper_spec.rb:

  4 # rubocop:disable RSpec/InstanceVariable
  5 # rubocop:disable RSpec/AnyInstance
  6 # rubocop:disable RSpec/FilePath
  7 # rubocop:disable RSpec/DescribedClass

In the future we should review the tests and fix this.

bastelfreak commented 7 years ago

We also had to disable RSpec/ScatteredSetup