Add Rubocop config
This commit is contained in:
8
rubocop.yml
Normal file
8
rubocop.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
AllCops:
|
||||
NewCops: enable
|
||||
TargetRubyVersion: 3.4
|
||||
Exclude:
|
||||
- db/migrate/*
|
||||
- db/schema.rb
|
||||
- bin/*
|
||||
- vendor/**/*
|
||||
Reference in New Issue
Block a user