More JSON factset tests #581
test.yml
on: pull_request
Matrix: test
rubocop
14s
Test suite
0s
Annotations
15 errors
test (3.2)
Process completed with exit code 1.
|
test (3.0)
Process completed with exit code 1.
|
test (3.1)
Process completed with exit code 1.
|
test (2.7)
Process completed with exit code 1.
|
rubocop:
spec/facts_schema_spec.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
rubocop:
spec/facts_schema_spec.rb#L7
Style/QuotedSymbols: Prefer single-quoted symbols when you don't need string interpolation or special symbols.
|
rubocop:
spec/facts_schema_spec.rb#L7
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
rubocop:
spec/facts_schema_spec.rb#L8
Lint/SymbolConversion: Unnecessary symbol conversion; use `title:` instead.
|
rubocop:
spec/facts_schema_spec.rb#L8
Style/QuotedSymbols: Prefer single-quoted symbols when you don't need string interpolation or special symbols.
|
rubocop:
spec/facts_schema_spec.rb#L8
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
rubocop:
spec/facts_schema_spec.rb#L9
Lint/SymbolConversion: Unnecessary symbol conversion; use `description:` instead.
|
rubocop:
spec/facts_schema_spec.rb#L9
Style/QuotedSymbols: Prefer single-quoted symbols when you don't need string interpolation or special symbols.
|
rubocop:
spec/facts_schema_spec.rb#L9
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
rubocop:
spec/facts_schema_spec.rb#L11
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
test (3.3)
Process completed with exit code 1.
|