Skeleton and Import of the open-sourcing the code from a different repo

This commit is contained in:
2021-03-02 18:33:26 +03:00
commit 1cd56e6a89
20 changed files with 620 additions and 0 deletions

12
.rubocop.yml Normal file
View File

@@ -0,0 +1,12 @@
Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
Enabled: true
EnforcedStyle: double_quotes
Layout/LineLength:
Max: 120
AllCops:
NewCops: enable