Skip to content

Commit 08b23ba

Browse files
committed
Revert "Update rubocop.yml to include standardrb base config"
This reverts commit 2ee0cb1.
1 parent 2ee0cb1 commit 08b23ba

File tree

4 files changed

+6
-35
lines changed

4 files changed

+6
-35
lines changed

.github/workflows/ruby_lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ jobs:
3131
bundler-cache: true
3232

3333
- name: lint
34-
working-directory: /home/runner/work/casa/casa/
35-
run: bin/standardrb
34+
run: bundle exec standardrb

.rubocop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require:
2-
- standard
32
- rubocop-factory_bot
43

54
plugins:

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -525,18 +525,18 @@ GEM
525525
rswag-ui (2.16.0)
526526
actionpack (>= 5.2, < 8.1)
527527
railties (>= 5.2, < 8.1)
528-
rubocop (1.80.2)
528+
rubocop (1.75.8)
529529
json (~> 2.3)
530530
language_server-protocol (~> 3.17.0.2)
531531
lint_roller (~> 1.1.0)
532532
parallel (~> 1.10)
533533
parser (>= 3.3.0.2)
534534
rainbow (>= 2.2.2, < 4.0)
535535
regexp_parser (>= 2.9.3, < 3.0)
536-
rubocop-ast (>= 1.46.0, < 2.0)
536+
rubocop-ast (>= 1.44.0, < 2.0)
537537
ruby-progressbar (~> 1.7)
538538
unicode-display_width (>= 2.4.0, < 4.0)
539-
rubocop-ast (1.46.0)
539+
rubocop-ast (1.45.1)
540540
parser (>= 3.3.7.2)
541541
prism (~> 1.4)
542542
rubocop-capybara (2.22.1)
@@ -612,10 +612,10 @@ GEM
612612
actionpack (>= 6.1)
613613
activesupport (>= 6.1)
614614
sprockets (>= 3.0.0)
615-
standard (1.51.1)
615+
standard (1.50.0)
616616
language_server-protocol (~> 3.17.0.2)
617617
lint_roller (~> 1.0)
618-
rubocop (~> 1.80.2)
618+
rubocop (~> 1.75.5)
619619
standard-custom (~> 1.0.0)
620620
standard-performance (~> 1.8)
621621
standard-custom (1.0.2)

bin/standardrb

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)