Skip to content

Update rubocop requirement from ~> 1.50.2 to ~> 1.56.4 #160

Update rubocop requirement from ~> 1.50.2 to ~> 1.56.4

Update rubocop requirement from ~> 1.50.2 to ~> 1.56.4 #160

Triggered via pull request October 6, 2023 07:25
Status Success
Total duration 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: rspec
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
e2e: spec/integration/failing_spec.rb#L4
RSpec::Github::Formatter creates an error annotation for failing specs Failure/Error: expect(true).to eq false expected: false got: true (compared using ==) Diff: @@ -1 +1 @@ -false +true
e2e: spec/integration/failing_spec.rb#L8
RSpec::Github::Formatter creates a warning annotation for unimplemented specs Skipped: Not yet implemented
e2e: spec/integration/failing_spec.rb#L10
RSpec::Github::Formatter creates a warning annotation for pending specs Failure/Error: raise RuntimeError:
e2e: spec/integration/failing_spec.rb#L15
RSpec::Github::Formatter creates a warning annotation for skipped specs Skipped: because reasons
e2e: spec/integration/relative_path/pending_spec.rb#L4
RSpec::Github::Formatter adds annotiations correctly when running in a subdirectory Skipped: Not yet implemented