Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

(GH-47) Expose additional indexes #48

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

chelnak
Copy link

@chelnak chelnak commented Sep 30, 2022

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.

Fixes #47

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.
@david22swan david22swan merged commit 024ac47 into master Oct 4, 2022
@david22swan david22swan deleted the GH-47-expose_additional_indexes branch October 4, 2022 08:27
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose additional data methods
3 participants