Skip to content

Commit dce7b67

Browse files
authored
Enable Rubocop (#696)
* Add rubocop * Fix all rubocop errors * Add rubocop to CI * Set target ruby version and fix remaining cops * Remove unnecessary .to_s
1 parent e294982 commit dce7b67

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+419
-1378
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jobs:
2323
with:
2424
ruby-version: ${{ matrix.ruby }}
2525
bundler-cache: true
26+
- run: bundle exec rubocop
2627
- run: bundle exec rspec

0 commit comments

Comments
 (0)