Hi, first of all a big thank you for this very useful gem. I have used this within my environment but I get an error trying to perform a puppetcheck with style checks enabled.
When I run rake puppetcheck:file I get the following error:
rake aborted!
LoadError: cannot load such file -- reek
While I do have the reek gem installed.
This is the content of my Rakefile:
Hi, first of all a big thank you for this very useful gem. I have used this within my environment but I get an error trying to perform a puppetcheck with style checks enabled.
When I run
rake puppetcheck:file
I get the following error:While I do have the reek gem installed. This is the content of my Rakefile:
ruby: 2.1.8 puppet-check: 1.1.0 puppet-lint: 1.1.0 reek: 4.0.3
This problem doesn't occur when I run
puppet-check -s .
Any idea on how to solve this?