Skip to content

Commit 77f65c7

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

File tree

11 files changed

+1941
-529
lines changed

11 files changed

+1941
-529
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
with:
2424
ruby-version: ${{ matrix.ruby }}
2525
bundler-cache: true
26-
- run: |
27-
bundle exec rspec spec --color --format documentation --order random
26+
- run: bundle exec rspec spec --color --format documentation --order random
2827
- name: Rubocop
29-
run: |
30-
bundle exec rubocop -D
28+
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)