Skip to content

Conversation

@mkolosek
Copy link
Owner

No description provided.

class PagesController < ApplicationController
def welcome

'Testing'

Choose a reason for hiding this comment

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

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
Lint/Void: Literal 'Testing' used in void context.

def welcome

'Testing'
puts 'testing Welcome'

Choose a reason for hiding this comment

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

Layout/IndentationConsistency: Inconsistent indentation detected.
Layout/ExtraSpacing: Unnecessary spacing detected.
Layout/SpaceBeforeFirstArg: Put one space between the method name and the first argument.

sidekiq_options retry: false

def perform(klass, method, *args)
def perform(klass, method, *args)

Choose a reason for hiding this comment

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

Layout/TrailingWhitespace: Trailing whitespace detected.

'Testing'
puts 'testing Welcome'

'TTTTTTeeeeessssstttt'

Choose a reason for hiding this comment

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

Layout/IndentationConsistency: Inconsistent indentation detected.

@mkolosek mkolosek closed this Jan 30, 2023
@mkolosek mkolosek reopened this Jan 30, 2023
@mkolosek
Copy link
Owner Author

Commenting

@mkolosek
Copy link
Owner Author

Test comment


'Testing'
puts 'testing Welcome'

Copy link
Owner Author

Choose a reason for hiding this comment

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

Is this correct?

@mkolosek
Copy link
Owner Author

More comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants