List instead of table #488
test.yml
on: pull_request
Matrix: test
rubocop
18s
Test suite
0s
Annotations
10 errors
rubocop:
Gemfile#L11
Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `redcarpet` should appear before `yard`.
|
rubocop:
Rakefile#L33
Rake/Desc: Describe the task with `desc` method.
|
rubocop:
Rakefile#L33
Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
|
rubocop:
Rakefile#L112
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
rubocop:
Rakefile#L116
Style/StringConcatenation: Prefer string interpolation to string concatenation. (https://rubystyle.guide#string-interpolation)
|
rubocop:
Rakefile#L116
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
rubocop:
Rakefile#L117
Style/StringConcatenation: Prefer string interpolation to string concatenation. (https://rubystyle.guide#string-interpolation)
|
rubocop:
Rakefile#L117
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
rubocop:
Rakefile#L118
Style/StringConcatenation: Prefer string interpolation to string concatenation. (https://rubystyle.guide#string-interpolation)
|
rubocop:
Rakefile#L121
Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body beginning. (https://rubystyle.guide#empty-lines-around-bodies)
|