You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/retriable-3.4.1/.rubocop.yml

43 lines
635 B

AllCops:
NewCops: enable
TargetRubyVersion: 2.3
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
Style/Documentation:
Enabled: false
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma
Lint/InheritException:
Enabled: false
Style/NegatedIf:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/ModuleLength:
Enabled: false
Layout/LineLength:
Max: 120
Metrics/MethodLength:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/AbcSize:
Enabled: false
Style/TrailingCommaInArrayLiteral:
Enabled: false