Remove Legacy Facts #597
test.yml
on: pull_request
Matrix: test
rubocop
13s
Test suite
0s
Annotations
10 errors
rubocop:
spec/facter_db_spec.rb#L219
Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
|
rubocop:
spec/facter_db_spec.rb#L225
Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
|
rubocop:
spec/facter_db_spec.rb#L255
Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
|
rubocop:
spec/facter_db_spec.rb#L262
Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
|
rubocop:
spec/facter_db_spec.rb#L305
Layout/IndentationWidth: Use 2 (not 4) spaces for indentation. (https://rubystyle.guide#spaces-indentation)
|
rubocop:
spec/facter_db_spec.rb#L305
Layout/SpaceInsideHashLiteralBraces: Space inside { missing. (https://rubystyle.guide#spaces-braces)
|
rubocop:
spec/facter_db_spec.rb#L305
Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
|
rubocop:
spec/facter_db_spec.rb#L305
Layout/SpaceInsideHashLiteralBraces: Space inside } missing. (https://rubystyle.guide#spaces-braces)
|
rubocop:
spec/facter_db_spec.rb#L305
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
rubocop:
spec/facter_db_spec.rb#L309
Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
|