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
Prior to this commit puppet-lint did not expose
the following methods from `PuppetLint::Data`:
* `array_indexes`
* `hash_indexes`
* `defaults_indexes`
* `function_indexes`
This commit adds public methods to `PuppetLint::CheckPlugin` so that the
methods above are accessible from puppet-lint plugins.
Use Case
Currently puppet-lint does not expose the following methods from
PuppetLint::Data
:array_indexes
hash_indexes
defaults_indexes
function_indexes
Describe the Solution You Would Like
Expose the methods above in
PuppetLint::CheckPlugin
The text was updated successfully, but these errors were encountered: