Matthew Schuchard

Results 16 comments of Matthew Schuchard

Thanks for the quick work. Are the packages for 1.5.11.5 forthcoming? I tried the rolling beta `deb` package, and it does not seem to include this fix yet.

First issue: I checked the source code and, strangely enough, my comment dictates the correct behavior but the code doesn't seem to follow it. It is a quick fix. Second...

First issue: This actually revealed that i have redundant code in the related method, and I don't know how I missed that when it is the first Reek warning for...

First issue fixed in 26f38317f8ac65833ef508965682388bee5f418a. I recommend directly patching data_parser.rb as part of the Dockerfile for the image your are building as it will be a while before 1.4.0 since...

Yeah, it did seem like an environment issue. The stack trace makes it seem like Rubocop is trying to load in a config file, so if there was some way...

Ok, my bad, I inferred from the documentation that it was a defined resource type and a class. I can edit the issue for Puppet failing to autoload it as...

That usage is undocumented and makes assumptions about Facter resolution ordering which are not guaranteed.

@Mandorath Thanks for the fix. Could you put together a PR for the maintainers?

@gardar If you write "closes #" or "fixes #" in the PR body on GH, then the issue is closed automatically after PR merge. Thanks for the PR!

Current closest capability would be something along the lines of `print readFile(/plan.tfplan)` or `terraform show -no-color /plan.tfplan`. I can look into something more robust than this though to implement within...