Make file #2
Annotations
11 errors
lint:
Gemfile#L41
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lint:
Gemfile#L42
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
Gemfile#L42
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
Gemfile#L44
Layout/TrailingEmptyLines: 2 trailing blank lines detected.
|
lint:
app/models/user.rb#L14
Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body beginning.
|
lint:
db/seeds.rb#L19
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lint:
db/seeds.rb#L20
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lint:
db/seeds.rb#L21
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lint:
db/seeds.rb#L22
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lint:
db/seeds.rb#L24
Layout/TrailingEmptyLines: Final newline missing.
|
test
Process completed with exit code 1.
|