Initial project setup

This commit is contained in:
2025-12-02 10:23:52 +01:00
commit 50c9c20eca
16 changed files with 340 additions and 0 deletions

22
.rubocop.yml Normal file
View File

@@ -0,0 +1,22 @@
AllCops:
TargetRubyVersion: 3.0
NewCops: enable
SuggestExtensions: false
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
Style/Documentation:
Enabled: false
Layout/LineLength:
Max: 120
Metrics:
Enabled: false
Gemspec/DevelopmentDependencies:
Enabled: false