Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions examples/ruby/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ RSpec/ExampleLength:
RSpec/MultipleExpectations:
Enabled: false

RSpec/Output:
Exclude:
- spec/elements/finders_spec.rb

Comment thread
qodo-code-review[bot] marked this conversation as resolved.
Outdated
Style/BlockDelimiters:
EnforcedStyle: braces_for_chaining

Expand Down
7 changes: 4 additions & 3 deletions examples/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
lint_roller (1.1.0)
logger (1.7.0)
parallel (1.28.0)
parser (3.3.11.1)
parser (3.3.12.0)
ast (~> 2.4.1)
racc
prism (1.9.0)
Expand Down Expand Up @@ -45,9 +45,10 @@ GEM
rubocop-ast (1.50.0)
parser (>= 3.3.7.2)
prism (~> 1.7)
rubocop-rspec (3.7.0)
rubocop-rspec (3.10.2)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
regexp_parser (>= 2.0)
rubocop (~> 1.86, >= 1.86.2)
ruby-progressbar (1.13.0)
rubyzip (3.4.1)
selenium-devtools (0.150.0)
Expand Down
Loading