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
Allow non-literal parameter type issue to be controlled by strict
If strict is off, the issue will be ignored. If strict is warning, then a
warning will be reported, but compilation will continue:
Warning: The parameter '$i' must be a literal type, not a Puppet::Pops::Model::AccessExpression
If strict is error, then compilation will fail.
0 commit comments