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
Puppet lint from the VSCode extension doesn't check thoroughly if the parameters used in a class are actually validated within the module in another class, therefore throws an error about missing datatype for those params:
Describe the Bug
Puppet lint from the VSCode extension doesn't check thoroughly if the parameters used in a class are actually validated within the module in another class, therefore throws an error about missing datatype for those params:
and the linter error looks like this:
In VSCode looks like this:
Although I have validated the params I have used in the class, inside
init.pp
in thepuppet
class:Expected Behavior
For puppet lint to check if the params used in the class are actually validated somewhere else and not throw a misleading false-positive error.
Steps to Reproduce
Steps to reproduce the behavior:
Environment
Additional Context
Nothing to add
The text was updated successfully, but these errors were encountered: