Add bulk fix assets rake task #1065
Annotations
10 errors
Run RuboCop:
spec/lib/tasks/assets_spec.rb#L35
RSpec/IndexedLet: This `let` statement uses `1` in its name. Please give it a meaningful name. (https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/IndexedLet)
|
Run RuboCop:
spec/lib/tasks/assets_spec.rb#L35
Layout/SpaceInsideBlockBraces: Space missing inside }.
|
Run RuboCop:
spec/lib/tasks/assets_spec.rb#L36
RSpec/IndexedLet: This `let` statement uses `2` in its name. Please give it a meaningful name. (https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/IndexedLet)
|
Run RuboCop:
spec/lib/tasks/assets_spec.rb#L36
Layout/SpaceInsideBlockBraces: Space missing inside }.
|
Run RuboCop:
spec/lib/tasks/assets_spec.rb#L37
RSpec/EmptyLineAfterFinalLet: Add an empty line after the last `let`. (https://rspec.rubystyle.guide/#empty-line-after-let, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyLineAfterFinalLet)
|
Run RuboCop:
spec/lib/tasks/assets_spec.rb#L37
RSpec/IndexedLet: This `let` statement uses `3` in its name. Please give it a meaningful name. (https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/IndexedLet)
|
Run RuboCop:
spec/lib/tasks/assets_spec.rb#L37
Layout/SpaceInsideBlockBraces: Space missing inside }.
|
Run RuboCop:
spec/lib/tasks/assets_spec.rb#L42
Style/WordArray: Use `%w` or `%W` for an array of words. (https://rubystyle.guide#percent-w)
|
Run RuboCop:
spec/lib/tasks/assets_spec.rb#L43
Style/WordArray: Use `%w` or `%W` for an array of words. (https://rubystyle.guide#percent-w)
|
Run RuboCop:
spec/lib/tasks/assets_spec.rb#L44
Style/TrailingCommaInArrayLiteral: Put a comma after the last item of a multiline array. (https://rubystyle.guide#no-trailing-array-commas)
|
Loading