File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 2222 cache-key : rb-docs
2323 run : bazel run //rb:docs
2424
25- lint :
26- name : Lint
27- needs : build
28- uses : ./.github/workflows/bazel.yml
29- with :
30- name : Lint
31- cache-key : rb-lint
32- run : bazel test //rb:lint
33-
3425 unit-tests :
3526 name : Unit Tests
3627 needs : build
Original file line number Diff line number Diff line change 5757-//rb/spec/integration/selenium/webdriver:element-chrome-bidi
5858-//rb/spec/integration/selenium/webdriver:element-chrome-remote
5959-//rb/spec/integration/selenium/webdriver:action_builder-firefox-beta-remote
60+ -//rb:lint
Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ Style/OptionalBooleanParameter:
147147 Enabled : false
148148
149149Lint/Debugger :
150- IgnoredMethods :
151- - save_screenshot
150+ Exclude :
151+ - ' lib/selenium/webdriver/common/driver_extensions/full_page_screenshot.rb '
152152
153153Lint/UselessConstantScoping :
154154 Enabled : false
You can’t perform that action at this time.
0 commit comments