Skip to content
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

Split ci_processing into smaller parts. #1202

Merged
merged 1 commit into from May 2, 2017

Conversation

martinpovolny
Copy link

Splitting methods into modules. Each module includes code specific for a
single button action.

Splitting methods into modules. Each module includes code specific for a
single button action.
@miq-bot
Copy link
Member

miq-bot commented Apr 30, 2017

Checked commit martinpovolny@3277616 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0
10 files checked, 86 offenses detected

app/controllers/mixins/actions/vm_actions/associate_floating_ip.rb

  • ❗ - Line 26, Col 77 - Style/MultilineHashBraceLayout - Closing hash brace must be on the line after the last hash element when opening brace is on a separate line from the first hash element.
  • ❗ - Line 35, Col 11 - Style/MultilineIfModifier - Favor a normal unless-statement over a modifier clause in a multiline statement.
  • ❗ - Line 71, Col 43 - Style/MultilineHashBraceLayout - Closing hash brace must be on the line after the last hash element when opening brace is on a separate line from the first hash element.
  • ❗ - Line 76, Col 66 - Style/MultilineHashBraceLayout - Closing hash brace must be on the line after the last hash element when opening brace is on a separate line from the first hash element.
  • ❗ - Line 81, Col 79 - Style/MultilineHashBraceLayout - Closing hash brace must be on the line after the last hash element when opening brace is on a separate line from the first hash element.

app/controllers/mixins/actions/vm_actions/disassociate_floating_ip.rb

app/controllers/mixins/actions/vm_actions/evacuate.rb

app/controllers/mixins/actions/vm_actions/live_migrate.rb

app/controllers/mixins/actions/vm_actions/ownership.rb

app/controllers/mixins/actions/vm_actions/reconfigure.rb

app/controllers/mixins/actions/vm_actions/resize.rb

app/controllers/mixins/actions/vm_actions/retire.rb

app/controllers/mixins/actions/vm_actions/right_size.rb

@himdel himdel merged commit fe8b017 into ManageIQ:master May 2, 2017
@himdel himdel added this to the Sprint 60 Ending May 8, 2017 milestone May 2, 2017
@himdel himdel assigned himdel and unassigned mzazrivec May 2, 2017
@himdel himdel mentioned this pull request May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants