Skip to content

Commit 374d23a

Browse files
committed
Switch to voxpupuli-rubocop
1 parent 138b384 commit 374d23a

File tree

7 files changed

+1934
-525
lines changed

7 files changed

+1934
-525
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
strategy:
1414
matrix:
1515
ruby:
16-
- 2.5
1716
- 2.7
1817
steps:
1918
- uses: actions/checkout@v4
@@ -22,8 +21,6 @@ jobs:
2221
with:
2322
ruby-version: ${{ matrix.ruby }}
2423
bundler-cache: true
25-
- run: |
26-
bundle exec rspec spec --color --format documentation --order random
24+
- run: bundle exec rspec spec --color --format documentation --order random
2725
- name: Rubocop
28-
run: |
29-
bundle exec rubocop -D
26+
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)