Skip to content

Commit

Permalink
Run rubocop autocorrect and make fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-s-ccs authored and dependabot[bot] committed Feb 17, 2025
1 parent d64ff8a commit fd5faa0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
require:
---
plugins:
- rubocop-performance
- rubocop-rails
- rubocop-rspec

require:
- rubocop-rspec_rails

AllCops:
Expand Down Expand Up @@ -84,6 +87,9 @@ Layout/EndOfLine:
Layout/TrailingEmptyLines:
Enabled: true

Lint/UselessConstantScoping:
Enabled: false

Metrics/AbcSize:
Max: 25 # TODO: Restore to '20'
Exclude:
Expand Down

0 comments on commit fd5faa0

Please sign in to comment.