feat: initial release of volumen — a file-based Markdown blog engine
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
AllCops:
|
||||
TargetRubyVersion: 3.3
|
||||
NewCops: enable
|
||||
SuggestExtensions: false
|
||||
|
||||
Style/StringLiterals:
|
||||
EnforcedStyle: double_quotes
|
||||
|
||||
Style/StringLiteralsInInterpolation:
|
||||
EnforcedStyle: double_quotes
|
||||
|
||||
Style/Documentation:
|
||||
Exclude:
|
||||
- "test/**/*"
|
||||
- "exe/**/*"
|
||||
|
||||
Layout/LineLength:
|
||||
Max: 100
|
||||
|
||||
Metrics/AbcSize:
|
||||
Max: 30
|
||||
|
||||
Metrics/MethodLength:
|
||||
Max: 25
|
||||
|
||||
Metrics/ClassLength:
|
||||
Max: 400
|
||||
|
||||
Metrics/BlockLength:
|
||||
Exclude:
|
||||
- "test/**/*"
|
||||
- "volumen.gemspec"
|
||||
Reference in New Issue
Block a user