Testing linters#20
Conversation
| class PagesController < ApplicationController | ||
| def welcome | ||
|
|
||
| puts 'this should not be here' |
There was a problem hiding this comment.
Layout/ExtraSpacing: Unnecessary spacing detected.
Layout/SpaceBeforeFirstArg: Put one space between the method name and the first argument.
| def welcome | ||
|
|
||
| puts 'this should not be here' | ||
| puts 'This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. ' |
There was a problem hiding this comment.
Layout/IndentationConsistency: Inconsistent indentation detected.
Metrics/LineLength: Line is too long. [222/80]
|
|
||
| puts 'this should not be here' | ||
| puts 'This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. ' | ||
| puts 'Inconsistent spacing.....' |
There was a problem hiding this comment.
Layout/ExtraSpacing: Unnecessary spacing detected.
Layout/SpaceBeforeFirstArg: Put one space between the method name and the first argument.
| puts 'This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. ' | ||
| puts 'Inconsistent spacing.....' | ||
|
|
||
| puts 'This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. ' |
There was a problem hiding this comment.
Metrics/LineLength: Line is too long. [219/80]
|
|
||
| puts 'This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. ' | ||
|
|
||
|
|
There was a problem hiding this comment.
Layout/EmptyLines: Extra blank line detected.
Layout/EmptyLinesAroundMethodBody: Extra empty line detected at method body end.
No description provided.