init: new repo for timeseries hoarder gem

This commit is contained in:
xaseiresh 2023-05-09 14:44:42 +02:00
commit 03b77c7395
12 changed files with 240 additions and 0 deletions

13
.rubocop.yml Normal file
View 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