-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
modulesync 3.0.0 & puppet-lint fixes & rubocop fixes #699
Conversation
@bastelfreak Could you look into the failing tests? |
oh why doesn't centos apply anymore :( |
Was there a version change?
|
f791acb
to
000daf1
Compare
000daf1
to
7770422
Compare
@@ -1,6 +1,7 @@ | |||
require 'spec_helper_acceptance' | |||
require 'serverspec_type_zabbixapi' | |||
|
|||
# rubocop:disable RSpec/LetBeforeExamples |
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.
Did this need to be disabled?
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.
I assume so. Rubocop complained that this line is now useless and needs to be removed.
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.
ah, wrong comment. yes, rubocop said there are multiple issues for that cop. I wasn't able to fix this quickly and we really need to get this modulesync merged, so I disabled it.
7770422
to
6eff395
Compare
6eff395
to
c79db29
Compare
Pull Request (PR) description
This Pull Request (PR) fixes the following issues