Update voxpupuli-rubocop requirement from ~> 2.0.0 to ~> 2.1.0 #355
test.yml
on: pull_request
Matrix: test
rubocop
13s
Test suite
0s
Annotations
10 errors
rubocop:
spec/facter_db_spec.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
rubocop:
spec/facter_db_spec.rb#L86
RSpec/ContextWording: Context description should match /^when\b/, /^with\b/, or /^without\b/. (https://rspec.rubystyle.guide/#context-descriptions, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ContextWording)
|
rubocop:
spec/facter_db_spec.rb#L94
RSpec/ContextWording: Context description should match /^when\b/, /^with\b/, or /^without\b/. (https://rspec.rubystyle.guide/#context-descriptions, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ContextWording)
|
rubocop:
spec/facter_db_spec.rb#L102
RSpec/ContextWording: Context description should match /^when\b/, /^with\b/, or /^without\b/. (https://rspec.rubystyle.guide/#context-descriptions, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ContextWording)
|
rubocop:
spec/facter_db_spec.rb#L172
RSpec/DescribedClass: Use `described_class` instead of `FacterDB`. (https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/DescribedClass)
|
rubocop:
spec/facter_db_spec.rb#L201
RSpec/DescribedClass: Use `described_class` instead of `FacterDB`. (https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/DescribedClass)
|
rubocop:
spec/facter_db_spec.rb#L210
RSpec/DescribedClass: Use `described_class` instead of `FacterDB`. (https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/DescribedClass)
|
rubocop:
spec/facter_db_spec.rb#L287
RSpec/PredicateMatcher: Prefer using `be_valid_filters` matcher over `valid_filters?`. (https://rspec.rubystyle.guide/#predicate-matchers, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/PredicateMatcher)
|
rubocop:
spec/facter_db_spec.rb#L287
RSpec/DescribedClass: Use `described_class` instead of `FacterDB`. (https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/DescribedClass)
|
rubocop:
spec/facter_db_spec.rb#L291
RSpec/PredicateMatcher: Prefer using `be_valid_filters` matcher over `valid_filters?`. (https://rspec.rubystyle.guide/#predicate-matchers, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/PredicateMatcher)
|