Skip to content

Commit

Permalink
Update Rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
otherguy committed Apr 22, 2024
1 parent d68b35d commit 259d2b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ require:
- rubocop-rspec
- rubocop-rake

inherit_mode:
merge:
- Exclude

AllCops:
NewCops: enable
TargetRubyVersion: 2.7
Exclude:
- "gemfiles/**/*"
- gemfiles/**/*
- vendor/bundle/**/*

Layout/LineLength:
Max: 180
Expand Down

0 comments on commit 259d2b2

Please sign in to comment.