Sha256: a4ec95f1d74cd23b6ae3454a6eadd224297c2d5f2608014fd9348c7c961e6936
Contents?: true
Size: 762 Bytes
Versions: 10
Compression:
Stored size: 762 Bytes
Contents
AllCops: Exclude: - 'bin/**/*' - 'assets/**/*' DisplayCopNames: true TargetRubyVersion: 2.5 Layout/EmptyLineAfterGuardClause: Enabled: false Metrics/CyclomaticComplexity: Max: 30 Metrics/MethodLength: Enabled: false Layout/MultilineMethodCallIndentation: Enabled: false Metrics/AbcSize: Enabled: false Metrics/BlockNesting: Max: 4 Metrics/BlockLength: Max: 130 Metrics/ClassLength: Max: 600 Layout/EndOfLine: EnforcedStyle: lf Metrics/ParameterLists: Max: 10 Layout/AlignParameters: Enabled: false Metrics/PerceivedComplexity: Max: 30 Metrics/LineLength: Max: 120 Style/MultilineBlockChain: Enabled: false Layout/MultilineOperationIndentation: Enabled: false Naming/UncommunicativeMethodParamName: MinNameLength: 1
Version data entries
10 entries across 10 versions & 1 rubygems