Skip to content

Commit

Permalink
Update RuboCop config (#1698)
Browse files Browse the repository at this point in the history
RuboCop v1.52.1 threw some errors, so we rengenerate the
`.rubocop_todo.yml` and make minimal changes to get
RuboCop working again.

We also add RuboCop to CI to ensure this does not happen again.
  • Loading branch information
leoarnold committed Jul 30, 2023
1 parent 3fc1191 commit ba85069
Show file tree
Hide file tree
Showing 4 changed files with 759 additions and 168 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ jobs:

- name: Run tests
run: bundle exec rspec

- name: Run tests
run: bundle exec rubocop
Loading

0 comments on commit ba85069

Please sign in to comment.