-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(CONT-339) Add top scope facts check #85
Conversation
7ed7bf8
to
b4d4b5c
Compare
b4d4b5c
to
41f69d3
Compare
41f69d3
to
95bc4ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested locally and works as expected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the commit also credit the other contributor?
Yes good point. I can get that updated. With regards to your other comments:
|
7b1f025
to
f0cd1ec
Compare
f0cd1ec
to
77b7e62
Compare
This commit introduces the top_scope_facts check. The plugin originated here: https://github.com/mmckinst/puppet-lint-top_scope_facts-check and was authored by @mmckinst and @seanmil. Permission has been given to migrate this check to puppet-lints default plugin set in this PR: mmckinst/puppet-lint-top_scope_facts-check#11
77b7e62
to
d416062
Compare
But not me? ;) (I'm happy for my changes from mmckinst/puppet-lint-top_scope_facts-check#11 to be licensed as either MIT or Apache-2) |
Oh no! Sorry @alexjfisher. My bad. I can get this updated for you today. |
puppet-lint-top_scope_facts-check got vendored into puppet-lint 3: puppetlabs/puppet-lint#85 We need to wait with merging this until puppet-lint 3.1 is released. This also depends on mmckinst/puppet-lint-legacy_facts-check#41
Nah, don't worry about it. It's in the merged commit message so what were you planning on updating anyway? :) |
#90 Adds you to the checks description 👍 |
puppet-lint-top_scope_facts-check got vendored into puppet-lint 3: puppetlabs/puppet-lint#85 We need to wait with merging this until puppet-lint 3.1 is released. This also depends on mmckinst/puppet-lint-legacy_facts-check#41
puppet-lint-top_scope_facts-check got vendored into puppet-lint 3.1: puppetlabs/puppet-lint#85 puppet-lint-legacy_facts-check got vendored into puppet-lint 3.1: puppetlabs/puppet-lint#91
puppet-lint-top_scope_facts-check got vendored into puppet-lint 3.1: puppetlabs/puppet-lint#85 puppet-lint-legacy_facts-check got vendored into puppet-lint 3.1: puppetlabs/puppet-lint#91
puppet-lint-top_scope_facts-check got vendored into puppet-lint 3.1: puppetlabs/puppet-lint#85 puppet-lint-legacy_facts-check got vendored into puppet-lint 3.1: puppetlabs/puppet-lint#91
This commit introduces the top_scope_facts check.
The plugin originated here:
https://github.com/mmckinst/puppet-lint-top_scope_facts-check
and was authored by @mmckinst and @seanmil.
Permission has been given to migrate this check to the puppet-lint default plugin set in this PR:
mmckinst/puppet-lint-top_scope_facts-check#11