Scaffold fiken gem: gemspec, dev tooling, rubocop, and CI
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
AllCops:
|
||||
TargetRubyVersion: 3.1
|
||||
NewCops: enable
|
||||
SuggestExtensions: false
|
||||
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
|
||||
Style/StringLiterals:
|
||||
EnforcedStyle: double_quotes
|
||||
|
||||
Metrics/MethodLength:
|
||||
Max: 20
|
||||
|
||||
Metrics/BlockLength:
|
||||
Exclude:
|
||||
- "spec/**/*"
|
||||
- "*.gemspec"
|
||||
|
||||
Metrics/AbcSize:
|
||||
Max: 25
|
||||
|
||||
Metrics/ParameterLists:
|
||||
CountKeywordArgs: false
|
||||
|
||||
Naming/PredicateMethod:
|
||||
AllowedMethods:
|
||||
- delete
|
||||
- delete_path
|
||||
Reference in New Issue
Block a user