Skip to content

Commit

Permalink
Run Rubocop in GH Actions not CodeClimate
Browse files Browse the repository at this point in the history
Codeclimate is really restrictive on Rubocop versions and plugins, preventing us from upgrading properly.
  • Loading branch information
benlangfeld committed Jan 2, 2024
1 parent d7141c1 commit 2d862a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
engines:
rubocop:
enabled: true
channel: rubocop-0-49
enabled: false
ratings:
paths:
- "**.rb"
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ jobs:
run: sudo systemctl start mysql.service
- run: bin/setup
- run: bundle exec rake
- run: bundle exec rubocop --parallel

0 comments on commit 2d862a1

Please sign in to comment.