You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run puppet-lint against it, you will receive the following errors:
WARNING: string containing only a variable on line 10
WARNING: fail(½ ) should be decorated but interpolation is not supported at this time. on line 9
Note: The second message (fail(½ )) is coming from puppet-lint-il8n.
However, when you replace the ½ char with a you get these expected warnings:
WARNING: top-scope variable being used without an explicit namespace on line 8
WARNING: top-scope variable being used without an explicit namespace on line 9
WARNING: top-scope variable being used without an explicit namespace on line 10
WARNING: string containing only a variable on line 10
WARNING: fail(a ) should be decorated but interpolation is not supported at this time. on line 9
The text was updated successfully, but these errors were encountered:
Originally reported in puppetlabs/pdk#1076
Puppet Lint Version:
2.4.2
It appears as though certain characters are causing error messages to be suppressed. Take this class:
If you run
puppet-lint
against it, you will receive the following errors:Note: The second message (
fail(½ )
) is coming frompuppet-lint-il8n
.However, when you replace the
½
char witha
you get these expected warnings:The text was updated successfully, but these errors were encountered: