Sha256: 87d9cf58b18de38a38d63d0d4a0f5beb50c35a2bfa05ea55e2739a88f58961e7
Contents?: true
Size: 1.03 KB
Versions: 6
Compression:
Stored size: 1.03 KB
Contents
Style/EndOfLine: EnforcedStyle: crlf Metrics/LineLength: Max: 120 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, ProceduralMethods, FunctionalMethods, IgnoredMethods. # SupportedStyles: line_count_based, semantic, braces_for_chaining # ProceduralMethods: benchmark, bm, bmbm, create, each_with_object, measure, new, realtime, tap, with_object # FunctionalMethods: let, let!, subject, watch # IgnoredMethods: lambda, proc, it Style/BlockDelimiters: EnforcedStyle: braces_for_chaining Style/CommentedKeyword: Enabled: false Style/DoubleNegation: Enabled: false Metrics/MethodLength: Max: 18 Metrics/PerceivedComplexity: Max: 10 Metrics/CyclomaticComplexity: Max: 8 Metrics/AbcSize: Max: 20 Style/MethodCallWithoutArgsParentheses: Enabled: false Style/Documentation: Enabled: false # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: when_needed, always, never Style/FrozenStringLiteralComment: Enabled: false
Version data entries
6 entries across 6 versions & 1 rubygems