Skip to content

List instead of table #488

List instead of table

List instead of table #488

Triggered via pull request May 16, 2024 18:45
Status Failure
Total duration 44s
Artifacts

test.yml

on: pull_request
Matrix: test
Test suite
0s
Test suite
Fit to window
Zoom out
Zoom in

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)