Skip to content

Update voxpupuli-rubocop requirement from ~> 2.0.0 to ~> 2.1.0 #355

Update voxpupuli-rubocop requirement from ~> 2.0.0 to ~> 2.1.0

Update voxpupuli-rubocop requirement from ~> 2.0.0 to ~> 2.1.0 #355

Triggered via pull request December 12, 2023 12:47
Status Failure
Total duration 49s
Artifacts

test.yml

on: pull_request
Matrix: test
Test suite
0s
Test suite
Fit to window
Zoom out
Zoom in

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)