-
Notifications
You must be signed in to change notification settings - Fork 0
Add hound #32
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
base: master
Are you sure you want to change the base?
Conversation
| class PagesController < ApplicationController | ||
| def welcome | ||
|
|
||
| 'Testing' |
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.
Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
Lint/Void: Literal 'Testing' used in void context.
| def welcome | ||
|
|
||
| 'Testing' | ||
| puts 'testing Welcome' |
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.
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) |
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.
Layout/TrailingWhitespace: Trailing whitespace detected.
| 'Testing' | ||
| puts 'testing Welcome' | ||
|
|
||
| 'TTTTTTeeeeessssstttt' |
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.
Layout/IndentationConsistency: Inconsistent indentation detected.
|
Commenting |
|
Test comment |
|
|
||
| 'Testing' | ||
| puts 'testing Welcome' | ||
|
|
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.
Is this correct?
|
More comments |
No description provided.