modulesync 2023-8-23 #6
test.yml
on: pull_request
Matrix: test
rubocop
14s
Test suite
0s
Annotations
14 errors
Ruby 3.0
Process completed with exit code 1.
|
Ruby 3.2
Process completed with exit code 1.
|
rubocop:
spec/spec_helper.rb#L6
Style/ClassAndModuleChildren: Use nested module/class definitions instead of compact style. (https://rubystyle.guide#namespace-definition)
|
rubocop:
spec/spec_helper.rb#L8
Lint/SymbolConversion: Unnecessary symbol conversion; use `:and` instead.
|
rubocop:
spec/spec_helper.rb#L8
Style/SymbolLiteral: Do not use strings for word-like symbol literals.
|
rubocop:
spec/spec_helper.rb#L8
Lint/SymbolConversion: Unnecessary symbol conversion; use `:or` instead.
|
rubocop:
spec/spec_helper.rb#L8
Style/SymbolLiteral: Do not use strings for word-like symbol literals.
|
rubocop:
spec/spec_helper.rb#L15
Naming/MethodParameterName: Method parameter must be at least 3 characters long.
|
rubocop:
spec/spec_helper.rb#L16
Layout/IndentationWidth: Use 2 (not 4) spaces for indentation. (https://rubystyle.guide#spaces-indentation)
|
rubocop:
spec/spec_helper.rb#L21
Layout/IndentationWidth: Use 2 (not 4) spaces for indentation. (https://rubystyle.guide#spaces-indentation)
|
rubocop:
spec/spec_helper.rb#L34
Layout/IndentationWidth: Use 2 (not 4) spaces for indentation. (https://rubystyle.guide#spaces-indentation)
|
rubocop:
spec/spec_helper.rb#L36
Layout/IndentationWidth: Use 2 (not 4) spaces for indentation. (https://rubystyle.guide#spaces-indentation)
|
Ruby 3.1
Process completed with exit code 1.
|
Ruby 2.7
Process completed with exit code 1.
|