Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
AllCops:
TargetRubyVersion: 3.1
# Do not adopt new cops automatically. Without this, every run prints the
# full pending cop list as a warning.
NewCops: disable
# Keep the default Exclude list. Without this, the Exclude below replaces the
# defaults, and RuboCop walks into vendor/bundle and reads the .rubocop.yml of
# every installed gem. Some of those name cops that no longer exist.
inherit_mode:
merge:
- Exclude
Exclude:
- 'gemfiles/**/*'

Expand Down
Loading