Sha256: da9d6bba50e88cb86ded6818940cb64a0aaafbe58b85e601fc49fb8213407013
Contents?: true
Size: 1.32 KB
Versions: 46
Compression:
Stored size: 1.32 KB
Contents
AllCops: TargetRubyVersion: 2.3 DisplayCopNames: true DisplayStyleGuide: true Exclude: - 'script/*' Metrics/LineLength: Max: 120 Metrics/ClassLength: Max: 125 Metrics/MethodLength: Max: 20 Exclude: - 'test/*' Style/DateTime: Exclude: - 'test/*' Style/ZeroLengthPredicate: Exclude: - 'test/*' Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Layout/AlignParameters: EnforcedStyle: with_fixed_indentation Layout/MultilineMethodCallBraceLayout: EnforcedStyle: new_line Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/IndentHash: EnforcedStyle: consistent Style/AsciiComments: Enabled: false Style/Documentation: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/SingleLineMethods: Enabled: false Style/NumericLiterals: Enabled: false Style/WordArray: Enabled: false Style/SymbolArray: Enabled: false Style/NumericPredicate: Enabled: false Style/PerlBackrefs: Enabled: false Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/PerceivedComplexity: Enabled: false Naming/AccessorMethodName: Enabled: false Lint/CircularArgumentReference: Enabled: false
Version data entries
46 entries across 46 versions & 1 rubygems