Skip to content

Commit cfd82e7

Browse files
committed
Switch to voxpupuli-rubocop
1 parent bef8428 commit cfd82e7

File tree

11 files changed

+1942
-529
lines changed

11 files changed

+1942
-529
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
ruby:
1617
- 3.4
@@ -23,8 +24,6 @@ jobs:
2324
with:
2425
ruby-version: ${{ matrix.ruby }}
2526
bundler-cache: true
26-
- run: |
27-
bundle exec rspec spec --color --format documentation --order random
27+
- run: bundle exec rspec spec --color --format documentation --order random
2828
- name: Rubocop
29-
run: |
30-
bundle exec rubocop -D
29+
run: bundle exec rake rubocop

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
Gemfile.lock
44
*.gem
55
.ruby-version
6+
/vendor
7+
/.vendor

0 commit comments

Comments
 (0)