mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
15 lines
312 B
YAML
15 lines
312 B
YAML
inherit_from: .rubocop_todo.yml
|
|
|
|
AllCops:
|
|
NewCops: enable
|
|
TargetRubyVersion: 3.0
|
|
|
|
Metrics/BlockLength:
|
|
CountAsOne: [array, hash, heredoc, method_call]
|
|
|
|
Metrics/ClassLength:
|
|
CountAsOne: [array, hash, heredoc, method_call]
|
|
|
|
Metrics/MethodLength:
|
|
CountAsOne: [array, hash, heredoc, method_call]
|
|
Max: 20
|