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.
0 commit comments