Skip to content

Conversation

@ares
Copy link
Member

@ares ares commented Feb 16, 2018

No description provided.

:links => [{
:path_method => :job_invocation_path,
:title => _('Job Details')
}]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indent the right brace the same as the start of the line where the left brace is.

subject,
{
:links => [{
:path_method => :job_invocation_path,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.

:links => [{
:path_method => :host_path,
:title => _('Scanned Host')
}]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indent the right brace the same as the start of the line where the left brace is.

subject.template_invocations_hosts.first,
{
:links => [{
:path_method => :host_path,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.

:links => [{
:path_method => :job_invocation_path,
:title => _('Job Details')
}]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indent the right brace the same as the start of the line where the left brace is.

subject,
{
:links => [{
:path_method => :job_invocation_path,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.

:links => [{
:path_method => :host_path,
:title => _('Scanned Host')
}]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indent the right brace the same as the start of the line where the left brace is.

subject.template_invocations_hosts.first,
{
:links => [{
:path_method => :host_path,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.

@adamruzicka
Copy link
Contributor

@ares do we still want this?

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.

4 participants