mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-25 15:12:55 +00:00
First Commit
This commit is contained in:
13
.rubocop.yml
Normal file
13
.rubocop.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
AllCops:
|
||||
TargetRubyVersion: 2.6
|
||||
|
||||
Style/StringLiterals:
|
||||
Enabled: true
|
||||
EnforcedStyle: double_quotes
|
||||
|
||||
Style/StringLiteralsInInterpolation:
|
||||
Enabled: true
|
||||
EnforcedStyle: double_quotes
|
||||
|
||||
Layout/LineLength:
|
||||
Max: 120
|
||||
Reference in New Issue
Block a user