Update rubocop requirement from ~> 1.80.1 to ~> 1.82.1 #11
ci.yml
on: pull_request
reviewdog
55s
e2e
30s
Matrix: rspec
Annotations
2 errors
|
e2e
Process completed with exit code 1.
|
|
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
|