Skip to content

Commit

Permalink
Get rubocop working again and fix config issues
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Oct 11, 2023
1 parent 8faf334 commit cf00157
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
require:
- rubocop-rails
- rubocop-performance
- rubocop-rspec

AllCops:
TargetRubyVersion: 3.1
NewCops: enable
TargetRubyVersion: 3.1.4
Exclude:
- 'bin/**/*'
- 'db/**/*'
Expand Down Expand Up @@ -72,7 +74,7 @@ Metrics/ModuleLength:
Enabled: false

Layout/LineLength:
IgnoredPatterns: ['\A#']
AllowedPatterns: ['\A#']

Metrics/ClassLength:
Enabled: false

0 comments on commit cf00157

Please sign in to comment.