-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
variables_not_enclosed sometimes fires where it shouldn't. #191
Comments
The culprit here seems to be line 46(?) of check_strings.rb: |
Okay, here is a spec test for the correct behaviour: describe 'variable properly enclosed, second variable with similar name' do its(:problems) { should be_empty } However, still no time to write appropriate function. |
Oh boy, forget about this. I didn't realize I was running such an old version of puppet-lint (0.1.2) |
So, it's all good under the latest version? :) |
Yes. Now I just need to add our changes to the current version: Regards, PS: if it isn't there yet, you might still want to add a test case for this. Tim Sharpe [email protected] schrieb:
|
Release prep v4.2.4
Easy reproduction using this in a manifest:
This seemingly triggers whenever the variable name in front of the = sign starts the same as the variable in the quoted string.
The text was updated successfully, but these errors were encountered: