-
Notifications
You must be signed in to change notification settings - Fork 20
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 RuboCop for code style enforcement #57
Conversation
TIL that we have hammer jenkins job as well, for some reason it's failing:
@ekohl is this something we can fix in this repo or it's a problem in the job itself? |
I suspect the version is too old to be compatible: hammer-cli-foreman-discovery/Gemfile Line 14 in cb036b6
https://rubygems.org/gems/ci_reporter says the latest is 2.1.0 Having said that, we can ask ourselves if we still want ci_reporter. It's only used for reporting in a way that's usable in Jenkins while we're moving away from Jenkins for our CI. So I'd suggest to drop it and drop the Jenkins job in https://github.com/theforeman/jenkins-jobs. |
99ea7ff
to
6b97279
Compare
Style/IfUnlessModifier: | ||
Enabled: false | ||
|
||
Gemspec/RequireMFA: |
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.
Another way to deal with this is to add it, but set the value to false
.
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.
That failed the tests...
Opened theforeman/jenkins-jobs#428 for dropping jenkins jobs. |
Thanks @nofaralfasi @ekohl |
No description provided.