-
Notifications
You must be signed in to change notification settings - Fork 15
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
add --top-scope-variables cli argument, fix #228 #229
Conversation
da71597
to
f4a94d3
Compare
Removed an extra blank line. |
Not sure how to deal with this issue, though:
|
Manually adjusting the Metrics/MethodLength variable in the rubocop_todo.yml file should do the trick. Alternatively, you can run |
f4a94d3
to
11a7127
Compare
I fixed the comment and regenerated the Rubocop config for the line length issue. |
11a7127
to
58fd47f
Compare
Fixed the explicit namespace failure. Specs should now pass. Sorry for the churn here. |
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.
LGTM
Summary
This adds the
--top-scope-variables
CLI option that setsPuppetLint.configuration.top_scope_variables
.Related Issues (if any)
#228
Checklist