voxpupuli / puppet-lint-strict_indent-check

indent check for puppet-lint
Mozilla Public License 2.0
4 stars 11 forks source link

Add simplecov as a development dependency #13

Closed smortex closed 5 years ago

smortex commented 5 years ago

It is a development dependency of puppet-lint. Fixes:

An error occurred while loading ./spec/puppet-lint/plugins/check_strict_indent_spec.rb.
Failure/Error: PuppetLint::Plugins.load_spec_helper

LoadError:
  cannot load such file -- simplecov

# /home/romain/.bundle/gems/puppet-lint-2.3.6/spec/spec_helper.rb:1:in `require'
# /home/romain/.bundle/gems/puppet-lint-2.3.6/spec/spec_helper.rb:1:in `<top (required)>'
# /usr/home/romain/.bundle/gems/puppet-lint-2.3.6/lib/puppet-lint/plugins.rb:28:in `load'
# /usr/home/romain/.bundle/gems/puppet-lint-2.3.6/lib/puppet-lint/plugins.rb:28:in `load_spec_helper'
# ./spec/spec_helper.rb:3:in `<top (required)>'
# ./spec/puppet-lint/plugins/check_strict_indent_spec.rb:1:in `require'
# ./spec/puppet-lint/plugins/check_strict_indent_spec.rb:1:in `<top (required)>'
smortex commented 5 years ago

On a side note, it may make sense to setup some CI using e.g. Travis-CI which is integrated into GitHub. If you are interested in this, I can commit a .travis-ci.yml file. Just let me know :wink: !

relud commented 5 years ago

Thanks for the PRs! I would love it if you could add a travis configuration for this.